monthlyStandardDeviation | R Documentation |
This function calculates the monthly climatology standard deviation.
monthlyStandardDeviation(d, climatologyYears)
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 |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.