rev | R Documentation |
Reverses an uni- or multivariate "timeSeries"
object.
## S3 method for class 'timeSeries'
rev(x)
x |
an uni- or multivariate |
a "timeSeries"
object
## Create Dummy "timeSeries"
tS <- dummyMonthlySeries()
## reverse series
rev(tS)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.