monthlyStandardDeviation: Calculate monthly climatology standard deviation

Description Usage Arguments Details Value Author(s) See Also

Description

This function calculates the monthly climatology standard deviation.

Usage

1
monthlyStandardDeviation(d, climatologyYears, var)

Arguments

d

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

climatologyYears

a vector of length two indicating the range of years

var

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

Details

Monthly climatology standard deviation is calculated by taking the values within the defined climatology range and finding the standard deviation for each month.

Value

the results of the aggregate function, a data.frame with columns month and temperature

Author(s)

Chantelle Layton & Emily Chisholm

See Also

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


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