Learn R Programming

htsr (version 2.1.6)

h_season: Seasonal selection

Description

The function provides seasonal time-series.

Usage

h_season(file, monthstart)

Value

list of file names for each seasonal time-series.

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.

Author

P. Chevallier - Oct 2017 - Mar 2020

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.

Examples

Run this code
if (FALSE) {

files <- h_season("foo.hts", monthstart=c(3,6,9,12))
}

Run the code above in your browser using DataLab