plot.ghcn_anomaly {GHCNr}R 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))

[Package GHCNr version 1.4.5 Index]