plot.ghcn_anomaly: Plot GHCN Timeseries

View source: R/plotting.R

plot.ghcn_anomalyR Documentation

Plot GHCN Timeseries

Description

Plot GHCN Timeseries

Usage

## S3 method for class 'ghcn_anomaly'
plot(x, ...)

Arguments

x

Object of class ghcn_daily. See daily() for details.

...

additional arguments to be passed to stats::interaction.plot().

Value

NULL, called for side effects.

Examples

plot(anomaly(remove_flagged(CA003076680), 2015))

GHCNr documentation built on April 3, 2025, 11:16 p.m.