oxcAARCalibratedDate: oxcAAR Calibrated Dates Object

Description Usage Arguments Value

View source: R/oxcAARCalibratedDate.R

Description

The function oxcAARCalibratedDate is used to create an object for a calibrated date.

Usage

 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
)

Arguments

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

Value

an object of the class 'oxcAARCalibratedDate'


oxcAAR documentation built on July 6, 2021, 1:06 a.m.