Skip to contents

as_cal() converts objects from other packages that represent calibrated radiocarbon dates to the c14 cal class. Methods are currently implemented for:

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 data.frame
as_cal(x)

# S3 method for matrix
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)

Arguments

x

Object from another package to be converted to a cal object.

Value

Vector of class c14_cal (cal).