as_cal() converts objects from other packages that represent calibrated
radiocarbon dates to the c14 cal class.
Methods are currently implemented for:
CalDates: fromrcarbon::calibrate()oxcAARCalibratedDateandoxcAARCalibratedDatesList: fromoxcAAR::oxcalCalibrate()BchronCalibratedDates: fromBchron::BchronCalibrate()
These functions are intended for complex S3 objects from other packages.
The generic constructor cal() can be used for data frames and other base
structures.
Usage
as_cal(x)
# S3 method for class 'data.frame'
as_cal(x)
# S3 method for class 'matrix'
as_cal(x)
# S3 method for class 'CalDates'
as_cal(x)
# S3 method for class 'oxcAARCalibratedDatesList'
as_cal(x)
# S3 method for class 'oxcAARCalibratedDate'
as_cal(x)
# S3 method for class 'BchronCalibratedDates'
as_cal(x)Value
Vector of class c14_cal (cal).