Learn R Programming

GHCNr (version 1.4.6)

plot.ghcn_anomaly: Plot GHCN Timeseries

Description

Plot GHCN Timeseries

Usage

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

Value

NULL, called for side effects.

Arguments

x

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

...

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

Examples

Run this code
plot(anomaly(remove_flagged(CA003076680), 2015))

Run the code above in your browser using DataLab