The function oxcAARCalibratedDate
is used to create an object for a calibrated date.
oxcAARCalibratedDate(
name,
type,
bp,
std,
cal_curve,
sigma_ranges,
raw_probabilities,
posterior_probabilities = NA,
posterior_sigma_ranges = NA
)
a string giving the name of the date (usually the lab number)
a string giving the type of the date in OxCal terminology ("R_Date", "R_Simulate", ...)
a integer giving the BP value for the date
a integer giving the standard deviation for the date
a list containing information about the calibration curve (name, resolution, bp, bc, sigma)
a list of three elements (one, two, three sigma), each a data frame with start, end and probability giving
a data frame of dates and the related probabilities for each date
a data frame of dates and the related posterior probabilities for each date
a list of three elements (one, two, three sigma), each a data frame with start, end and probability giving for the posterior probabilities
an object of the class 'oxcAARCalibratedDate'