BCADtoC14 | R Documentation |
Given a calendar age, the calibration curve (default cc=1) is interpolated and the corresponding 14C age and error are returned. BC ages are negative. In this implementation, the year 0 BC/AD does exist.
BCADtoC14(
x,
cc = 1,
postbomb = FALSE,
zero = TRUE,
rule = 1,
cc.dir = NULL,
thiscurve = NULL
)
x |
The BC/AD year. |
cc |
calibration curve for C14 (see |
postbomb |
Whether or not to use a postbomb curve (see |
zero |
Whether or not to include 0 in BC/AD years. Defaults to TRUE. |
rule |
How should R's approx function deal with extrapolation. If |
cc.dir |
Directory of the calibration curves. Defaults to where the package's files are stored (system.file), but can be set to, e.g., |
thiscurve |
As an alternative to providing cc and/or postbomb, the data of a specific curve can be provided (3 columns: cal BP, C14 age, error). |
Interpolation is used, and values outside the calibration curve are given as NA. For ages younger than AD 1950, a postbomb curve will have to be provided.
The calibration-curve 14C year belonging to the entered BC/AD age
Maarten Blaauw
BCADtoC14(100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.