Description Usage Arguments Details Value Examples
Calculates the number of frost days within a predefined period.
1 | frostDays(mn, dates, iniday = "07-01", endday = "06-30", thres = 0)
|
mn |
vector of daily minimum temperature series. |
dates |
vector of dates corresponding with daily temprature series |
iniday |
first day of the year ("dd-mm") when frost occurrence will be considered. |
endday |
last day of the year ("dd-mm") when frost occurrence will be considered. |
thres |
temperature threshold considered to trigger frost occurrence (0 by default). |
Despite the logical threshold of temperature is 0 ÂșC to determine frost occurrence, the argument "thres" is open to change in case of different units of temperature.
A numeric vector with the annual number of frost days is returned.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.