Coerce to a Data Frame
# S4 method for MeanDate
as.data.frame(x, ..., calendar = getOption("kairos.calendar"))# S4 method for AoristicSum
as.data.frame(x, ..., calendar = getOption("kairos.calendar"))
# S4 method for IncrementTest
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
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().
An aion::TimeScale object specifying the target
calendar (see calendar()). If NULL, rata die are returned.
Currently not used.
N. Frerebeau
Other mutators:
model,
mutators,
series(),
subset()