as_cal | R Documentation |
as_cal()
converts objects from other packages that represent calibrated
radiocarbon dates to the c14 cal
class.
Methods are currently implemented for:
CalDates
: from rcarbon::calibrate()
oxcAARCalibratedDate
and oxcAARCalibratedDatesList
: from oxcAAR::oxcalCalibrate()
BchronCalibratedDates
: from Bchron::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.
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)
x |
Object from another package to be converted to a |
Vector of class c14_cal
(cal).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.