plot.ghcn_quarterly: Plot GHCNd Timeseries

View source: R/plotting.R

plot.ghcn_quarterlyR Documentation

Plot GHCNd Timeseries

Description

Plot GHCNd Timeseries

Usage

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

Arguments

x

Object of class ghcn_quarterly. See daily() 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")

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