Description Usage Arguments Value Author(s) See Also
This function calculates the monthly anomaly.
1 | monthlyAnomaly(d, climatologyYears, var, 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. |
var |
name of variable of which anomaly should be calculated (present in 'd“) |
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, Emily Chisholm
Other anomaly:
annualAnomaly()
,
annualNormalizedAnomaly()
,
monthlyClimatology()
,
monthlyNormalizedAnomaly()
,
monthlyStandardDeviation()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.