quarterly | R Documentation |
quarterly()
aggregates the daily timeseries into a quarterly one.
Aggregation is done differently for TMIN, TMAX, and PRCP.
quarterly(x)
x |
Object of class |
Quarters are defined as:
January to March
April to June
July to September
October to December
Aggregation is done as:
Maximum temperature recorded in the quarter
Minimum temperature recorded in the quarter
Total (cumulative) precipitation amount in the quarter
A tibble with the quarterly timeseries at the stations.
quarterly(CA003076680)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.