h_season {htsr} | R Documentation |
Seasonal selection
Description
The function provides seasonal time-series.
Usage
h_season(file, monthstart)
Arguments
file |
Full file name to proceed |
monthstart |
List of 2 to 4 integers (between 1 and 12) giving the starting month of each season. |
Details
2 to 4 seasons can be selected. For each season, the prefix sx_ where x is the season is added to the file name.
Value
list of file names for each seasonal time-series.
Author(s)
P. Chevallier - Oct 2017 - Mar 2020
Examples
## Not run:
files <- h_season("foo.hts", monthstart=c(3,6,9,12))
## End(Not run)
[Package htsr version 2.1.5 Index]