monthlyClimatology: Calculate monthly climatology

View source: R/calculations.R

monthlyClimatologyR Documentation

Calculate monthly climatology

Description

This function calculates the monthly climatology, along with the standard deviation

Usage

monthlyClimatology(d, climatologyYears, standardDeviation = FALSE)

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 to calculate the climatology

standardDeviation

a logical vector indicating if (TRUE) the standard deviation should be calculated.

Value

the results of aggregate

Author(s)

Chantelle Layton


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