annualNormalizedAnomaly: Calculate normalized annual anomaly values

View source: R/calculations.R

annualNormalizedAnomalyR Documentation

Calculate normalized annual anomaly values

Description

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

Usage

annualNormalizedAnomaly(d, climatologyYears)

Arguments

d

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

climatologyYears

a vector of length two indicating the range of years to calculate the climatology.

Value

a data.frame with year, normalizedAnomaly, and other columns in d

Author(s)

Chantelle Layton


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