Description Usage Arguments Details Value Author(s) See Also
This function calculates the monthly climatology standard deviation.
1 | monthlyStandardDeviation(d, climatologyYears, var)
|
d |
a data.frame containing at least a column named month and one other variable |
climatologyYears |
a vector of length two indicating the range of years |
var |
name of variable of which anomaly should be calculated (present in 'd“) |
Monthly climatology standard deviation is calculated by taking the values within the defined climatology range and finding the standard deviation for each month.
the results of the aggregate function, a data.frame with columns month
and temperature
Chantelle Layton & Emily Chisholm
Other anomaly:
annualAnomaly()
,
annualNormalizedAnomaly()
,
monthlyAnomaly()
,
monthlyClimatology()
,
monthlyNormalizedAnomaly()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.