annual: Calculate Annual Timseries

View source: R/annual.R

annualR 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 ghcn_daily. See daily() for details.

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)

GHCNr documentation built on April 3, 2025, 11:16 p.m.