start | R Documentation |
Returns start or end time stamp of a "timeSeries"
object.
## S3 method for class 'timeSeries'
start(x, ...)
## S3 method for class 'timeSeries'
end(x, ...)
x |
an uni- or multivariate |
... |
optional arguments passed to other methods. |
a "timeSeries"
object
## Create a dummy \code{"timeSeries"}
tS <- dummyMonthlySeries()[, 1]
tS
## Return start and end time stamp
c(start(tS), end(tS))
range(time(tS))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.