powered by
The function provides seasonal time-series.
h_season(file, monthstart)
list of file names for each seasonal time-series.
Full file name to proceed
List of 2 to 4 integers (between 1 and 12) giving the starting month of each season.
P. Chevallier - Oct 2017 - Mar 2020
2 to 4 seasons can be selected. For each season, the prefix sx_ where x is the season is added to the file name.
if (FALSE) { files <- h_season("foo.hts", monthstart=c(3,6,9,12)) }
Run the code above in your browser using DataLab