groupDates: groupDates: groups dates

Description Usage Arguments Author(s) Examples

View source: R/groupDates.R

Description

This function transforms the output of the function groupIndices from indices to dates.It is used internally.

Usage

1
groupDates(rawIndices, TimSer)

Arguments

rawIndices

The indices

TimSer

The time series to which the indices belong.

Author(s)

Marina Saez Andreu

Examples

1
2
3
4
X <- sort(sample(1:50,25))
TS <- genTSExample(InKTSEnv = FALSE)
groupIndices(X)
groupDates(X, TS)

KarsTS documentation built on Jan. 16, 2021, 5:07 p.m.