Get the times at which a time series was sampled.
Usage
# S4 method for class 'EventDate'
time(x, calendar = NULL)
# S4 method for class 'AoristicSum'
start(x, calendar = NULL, ...)
# S4 method for class 'CountApportion'
start(x, calendar = NULL, ...)
# S4 method for class 'AoristicSum'
end(x, calendar = NULL, ...)
# S4 method for class 'CountApportion'
end(x, calendar = NULL, ...)
# S4 method for class 'AoristicSum'
span(x, calendar = NULL)
# S4 method for class 'CountApportion'
span(x, calendar = NULL)Arguments
- x
An R object.
- calendar
An
aion::TimeScaleobject specifying the target calendar (seeaion::calendar()). IfNULL(the default), rata die are returned.- ...
Currently not used.
Value
A numeric vector.
See also
Other mutators:
as.data.frame(),
mutators,
subset()
