| h_season | R Documentation | 
The function provides seasonal time-series.
h_season(file, monthstart)
| file | Full file name to proceed | 
| monthstart | List of 2 to 4 integers (between 1 and 12) giving the starting month of each season. | 
2 to 4 seasons can be selected. For each season, the prefix sx_ where x is the season is added to the file name.
list of file names for each seasonal time-series.
P. Chevallier - Oct 2017 - Mar 2020
## Not run: 
files <- h_season("foo.hts", monthstart=c(3,6,9,12))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.