annualAnomaly: Calculate annual anomaly values

View source: R/calculations.R

annualAnomalyR Documentation

Calculate annual anomaly values

Description

This function calculates annual anomaly values from provided monthly anomaly values.

Usage

annualAnomaly(d, minNMonths = 12)

Arguments

d

a data.frame containing year, month, and at least anomaly, and optionally normalizedAnomaly

minNMonths

an numeric value indicating the minimum number of months required to calculate an annual value for a given year. The default value is set to 12.

Value

a data.frame with year, anomaly, and optionally normalizedAnomaly

Author(s)

Chantelle Layton


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