plot.ghcn_annual {GHCNr}R Documentation

Plot GHCN Timeseries

Description

Plot GHCN Timeseries

Usage

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

Arguments

x

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

variable

Name of the variable to plot.

...

additional arguments to be passed to plot().

Value

NULL, called for side effects.

Examples

plot(annual(CA003076680), "tmax")

[Package GHCNr version 0.8.0 Index]