
Coerce to a list
# S4 method for CalibratedIntervals
as.list(x, ..., calendar = get_calendar())
A list
.
An object.
Currently not used.
An aion::TimeScale
object specifying the target
calendar (see aion::calendar()
). If NULL
, rata die are returned.
N. Frerebeau
Other mutators:
as.data.frame()
,
labels()
,
mutators
,
subset()
## Calibrate multiple dates
cal <- c14_calibrate(
values = c(5000, 4500),
errors = c(45, 35),
names = c("X", "Y")
)
head(as.data.frame(cal))
head(as.data.frame(cal, calendar = BP()))
head(as.data.frame(cal, calendar = NULL))
Run the code above in your browser using DataLab