genSeason | R Documentation |
Identify the hours, days or months in a (monthly, daily or hourly) temperature dataset that belong to a particular season. Seasons are defined according to the 'mrange' argument, which specifies the start and end month of the season. The 'years' argument specifies the year, in which the dormancy season of interest ends.
genSeason(temps, mrange = c(8, 6), years)
temps |
list. generated by 'chillR' |
mrange |
numeric. vector with two entries for the range of months (start month and end month) |
years |
numeric. vector of years to be considered (with each entry specifying the year, in which the season **ends**) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.