Learn R Programming

GHCNr (version 1.4.6)

plot.ghcn_daily: Plot GHCNd Timeseries

Description

Plot GHCNd Timeseries

Usage

# S3 method for ghcn_daily
plot(x, variable, ...)

Value

NULL, called for side effects.

Arguments

x

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

variable

Name of the variable to plot.

...

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

Examples

Run this code
plot(CA003076680, "tmax")

Run the code above in your browser using DataLab