seasonalAnomaly: Calculate seasonal anomalies

View source: R/anomaly.R

seasonalAnomalyR Documentation

Calculate seasonal anomalies

Description

Anomaly calculation for seasonal data from azmpdata

Usage

seasonalAnomaly(data, climatologyYears, warnings = TRUE)

Arguments

data

A data frame from azmpdata containing seasonal average data

climatologyYears

A vector of two numbers indicating the start and end of the climatology period used to calculate anomalies

warnings

Logical determines whether warning messages are output

Details

Data frames should include a column with regional scale names, the column should be named transect, station, or area, else the function will not be able to detrmine the regional scale. The data frame should also have columns variable, value, season, and year.

Value

a data frame with anomaly values

Author(s)

Benoit Casault & Emily Chisholm


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