annual | R Documentation |
annual()
aggregates the daily timeseries into an annual one.
Aggregation is done differently for TMIN, TMAX, and PRCP.
annual(x)
x |
Object of class |
Aggregation is done as:
Maximum temperature recorded in the year
Minimum temperature recorded in the year
Total (cumulative) precipitation amount in the year
A tibble with the annual timeseries at the stations.
annual(CA003076680)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.