as_cal()
converts objects from other packages that represent calibrated
radiocarbon dates to cal
objects.
Methods are currently implemented for:
CalDates
: fromrcarbon::calibrate()
oxcAARCalibratedDate
andoxcAARCalibratedDatesList
: fromoxcAAR::oxcalCalibrate()
BchronCalibratedDates
: fromBchron::BchronCalibrate()
These functions are intended for complex S3 objects from other packages.
See cal()
for a more generic constructor, e.g. using a data frame.
Usage
as_cal(x)
# S3 method for CalDates
as_cal(x)
# S3 method for oxcAARCalibratedDatesList
as_cal(x)
# S3 method for oxcAARCalibratedDate
as_cal(x)
# S3 method for BchronCalibratedDates
as_cal(x)
Value
cal
object: a data frame with two columns, year
and p
, representing
the calibrated probability distribution. All other values are stored as
attributes and can be accessed with cal_metadata()
.
See also
Other functions for working with cal
objects:
as.CalDates.cal()
,
cal_metadata()
,
cal()