Description Usage Arguments Value
View source: R/oxcAARCalibratedDate.R
The function oxcAARCalibratedDate
is used to create an object for a calibrated date.
1 2 3 4 5 6 7 8 9 10 11 | oxcAARCalibratedDate(
name,
type,
bp,
std,
cal_curve,
sigma_ranges,
raw_probabilities,
posterior_probabilities = NA,
posterior_sigma_ranges = NA
)
|
name |
a string giving the name of the date (usually the lab number) |
type |
a string giving the type of the date in OxCal terminology ("R_Date", "R_Simulate", ...) |
bp |
a integer giving the BP value for the date |
std |
a integer giving the standard deviation for the date |
cal_curve |
a list containing information about the calibration curve (name, resolution, bp, bc, sigma) |
sigma_ranges |
a list of three elements (one, two, three sigma), each a data frame with start, end and probability giving |
raw_probabilities |
a data frame of dates and the related probabilities for each date |
posterior_probabilities |
a data frame of dates and the related posterior probabilities for each date |
posterior_sigma_ranges |
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'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.