h_season: Seasonal selection

View source: R/h_season.R

h_seasonR 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)


htsr documentation built on Oct. 13, 2023, 5:10 p.m.