SeasonalTimerange {CDSE} | R Documentation |
Creates list of seasonal filters (one per year) for the season of interest -
dates between from
day/month and to
day/month for all years in the
from
- to
time range.
SeasonalTimerange(from, to)
from |
start of the season of interest. |
to |
end of the season of interest. The |
A list of time ranges defining the season of interest for each year.
## Not run:
seasons <- SeasonalTimerange(from = "2020-05-01", to = "2023-09-30")
seasons <- SeasonalTimerange(from = "2019-11-01", to = "2023-03-30")
## End(Not run)