Description
Get the times at which a time series was sampled.
Usage
# S4 method for EventDate
time(x, calendar = NULL)# S4 method for AoristicSum
span(x, calendar = NULL)
Arguments
- x
An R object.
- calendar
An aion::TimeScale
object specifying the target
calendar (see aion::calendar()
). If NULL
(the default), rata die are
returned.