powered by
annual() aggregates the daily timeseries into an annual one. Aggregation is done differently for TMIN, TMAX, and PRCP.
annual()
annual(x)
A tibble with the annual timeseries at the stations.
Object of class ghcn_daily. See daily() for details.
ghcn_daily
daily()
Aggregation is done as:
Maximum temperature recorded in the year
Minimum temperature recorded in the year
Total (cumulative) precipitation amount in the year
annual(CA003076680)
Run the code above in your browser using DataLab