Description Usage Arguments Value Examples
Calculates the mean temperature of the coldest month of the year
1 |
mn |
vector of daily minimum temperature series. |
dates |
vector of dates corresponding with daily temperature series |
type |
type of output. It can be "temp" for temperature or "month" for the number of the coldest month. |
... |
any other argument. It is expected to be "na.rm" in case NA values are required to be removed. |
Depending on argument type, the output will be a numeric value with the month (type = "month") or with temperature (type = "temp").
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.