sample {timeSeries} | R Documentation |
Takes a sample of the specified size from the elements of a 'timeSeries.
Returns a resampled 'timeSeries' object.
## Monthly Calendar Series - x <- daily2monthly(LPP2005REC[, 1:2])[3:14, ] ## Resample the Series with respect to the time stamps - resampled <- sample(x) resampled is.unsorted(resampled)