plot.ghcn_anomaly {GHCNr} | R Documentation |
Plot GHCN Timeseries
Description
Plot GHCN Timeseries
Usage
## S3 method for class 'ghcn_anomaly'
plot(x, ...)
Arguments
x |
Object of class |
... |
additional arguments to be passed to |
Value
NULL, called for side effects.
Examples
plot(anomaly(remove_flagged(CA003076680), 2015))
[Package GHCNr version 1.4.5 Index]