start {timeSeries} | R Documentation |
Returns start and end time stamps of a 'timeSeries'.
## 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() ## Return Start Time Stamp - start(tS) ## Return End Time Stamp - end(tS)