stratifySeasonData {CoSMoS}R Documentation

Stratify timeseries by season

Description

Stratify timeseries by season

Usage

stratifySeasonData(TS, season)

Arguments

TS

time series

season

name of the season

Examples


x <- data.frame(date = seq(Sys.Date(), by = 'day', length.out = 1000),
                value = rnorm(1000))

stratifySeasonData(x, 'month')

[Package CoSMoS version 2.1.0 Index]