monthlyStandardDeviation: Calculate monthly climatology standard deviation

View source: R/calculations.R

monthlyStandardDeviationR Documentation

Calculate monthly climatology standard deviation

Description

This function calculates the monthly climatology standard deviation.

Usage

monthlyStandardDeviation(d, climatologyYears)

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

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


clayton33/csasMarPhys documentation built on June 8, 2025, 3:10 a.m.