annualAnomaly | R Documentation |
This function calculates annual anomaly values from provided monthly anomaly values.
annualAnomaly(d, minNMonths = 12)
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. |
a data.frame with year, anomaly, and optionally normalizedAnomaly
Chantelle Layton
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.