monthlyAnomaly: Caclulate monthly anomaly values

Description Usage Arguments Value Author(s) See Also

Description

This function calculates the monthly anomaly.

Usage

1
monthlyAnomaly(d, climatologyYears, var, normalizedAnomaly = TRUE)

Arguments

d

a data.frame containing at least a column named year, month, and one other variable

climatologyYears

a vector of length two indicating the range of years to calculate the climatology.

var

name of variable of which anomaly should be calculated (present in 'd“)

normalizedAnomaly

a logical value indicating whether or not to also calculated the normalized anomaly. Default is TRUE.

Value

a data.frame containing columns year, month, anomaly, and normalizedAnomaly if desired.

Author(s)

Chantelle Layton, Emily Chisholm

See Also

Other anomaly: annualAnomaly(), annualNormalizedAnomaly(), monthlyClimatology(), monthlyNormalizedAnomaly(), monthlyStandardDeviation()


EOGrady21/multivaR documentation built on March 3, 2022, 12:01 a.m.