anomaly: Anomaly and Climatology

View source: R/anomaly.R

anomalyR Documentation

Anomaly and Climatology

Description

S3-method that computes anomalies and/or climatology for time series and fields.

Usage

anomaly(x, ...)

Arguments

x

A station or field object

...

additional arguments

ref

vector defining the reference interval

na.rm

a boolean; if TRUE remove NA values

verbose

a boolean; if TRUE print information about progress

Details

In 'anomaly.dsensemble', the default value of the reference period is taken as the available time period from observations, i.e., same time period as in attribute ‘station’ is used as base period to compute anomalies of GCM downscaled results.

Value

a similar object as x containing anomalies and climatology

See Also

as.stand

Examples

data(ferder)
plot(anomaly(ferder))



metno/esd documentation built on Sept. 9, 2024, 5:07 a.m.