annual {GHCNr} | R Documentation |
Calculate Annual Timseries
Description
annual()
aggregates the daily timeseries into an annual one.
Aggregation is done differently for TMIN, TMAX, and PRCP.
Usage
annual(x)
Arguments
x |
Object of class |
Details
Aggregation is done as:
- TMAX
Maximum temperature recorded in the year
- TMIN
Minimum temperature recorded in the year
- PRCP
Total (cumulative) precipitation amount in the year
Value
A tibble with the annual timeseries at the stations.
Examples
annual(CA003076680)
[Package GHCNr version 1.4.5 Index]