Start and End of a 'timeSeries'
Returns start and/or end time stamps of a 'timeSeries' object.
## S4 method for signature 'timeSeries' start(x, ...) ## S4 method for signature 'timeSeries' end(x, ...)
x |
an uni- or multivariate |
... |
optional arguments passed to other methods. |
returns a timeSeries
object.
## Create Dummy timeSeries - tS <- dummySeries()[, 1] tS ## Return Start and end Time Stamp - c(start(tS), end(tS)) range(time(tS))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.