monthlyAnomaly | R Documentation |
This function calculates the monthly anomaly.
monthlyAnomaly(d, climatologyYears, normalizedAnomaly = TRUE)
d |
a data.frame containing at least a column named year, month, and one other variable |
climatologyYears |
a vector of length two indicating the range of years to calculate the climatology. |
normalizedAnomaly |
a logical value indicating whether or not to also calculated the
normalized anomaly. Default is |
a data.frame containing columns year
, month
, anomaly
, and normalizedAnomaly
if desired.
Chantelle Layton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.