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