seasonalAnomaly | R Documentation |
Anomaly calculation for seasonal data from azmpdata
seasonalAnomaly(data, climatologyYears, warnings = TRUE)
data |
A data frame from |
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 |
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
.
a data frame with anomaly values
Benoit Casault & Emily Chisholm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.