monthlyStandardDeviation: Calculate monthly climatology standard deviation

monthlyStandardDeviationR Documentation

Calculate monthly climatology standard deviation

Description

This function calculates the monthly climatology standard deviation.

Usage

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()


Echisholm21/multivaR documentation built on March 30, 2022, 5:55 a.m.