Coerce to a Data Frame
# S4 method for CumulativeEvents
as.data.frame(x, ..., calendar = get_calendar())# S4 method for ActivityEvents
as.data.frame(x, ..., calendar = get_calendar())
# S4 method for OccurrenceEvents
as.data.frame(x, ..., calendar = get_calendar())
# S4 method for TimeRange
as.data.frame(x, ..., calendar = get_calendar())
A data.frame
with an extra time
column giving the (decimal) years at
which the time series was sampled.
An object.
Further parameters to be passed to data.frame()
.
A aion::TimeScale
object specifying the target
calendar (see aion::calendar()
).
N. Frerebeau