rev {timeSeries} | R Documentation |
Reverses an uni- or multivariate "timeSeries"
object by
reversing the order of the time stamps.
## S4 method for signature 'timeSeries'
rev(x)
x |
an uni- or multivariate |
a "timeSeries"
object
## Create Dummy \code{"timeSeries"} -
tS <- dummyMonthlySeries()
## Reverse Series -
rev(tS)