powered by
This function transforms the output of the function groupIndices from indices to dates.It is used internally.
groupDates(rawIndices, TimSer)
The indices
The time series to which the indices belong.
# NOT RUN { X <- sort(sample(1:50,25)) TS <- genTSExample(InKTSEnv = FALSE) groupIndices(X) groupDates(X, TS) # }
Run the code above in your browser using DataLab