plot.ghcn_monthly {GHCNr}R Documentation

Plot GHCNd Timeseries

Description

Plot GHCNd Timeseries

Usage

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

Arguments

x

Object of class ghcn_monthly. See monthly() for details.

variable

Name of the variable to plot.

...

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

Value

NULL, called for side effects.

Examples

plot(monthly(CA003076680), "tmax")

[Package GHCNr version 1.4.5 Index]