calBP.14C | R Documentation |
Given a calendar age, the calibration curve (default cc=1) is interpolated and the corresponding 14C age and error are returned.
calBP.14C(yr, cc = 1, postbomb = FALSE, rule = 1, ccdir = NULL)
yr |
The cal BP year. |
cc |
calibration curve for C14 (see |
postbomb |
Whether or not to use a postbomb curve (see |
rule |
How should R's approx function deal with extrapolation. If |
ccdir |
Directory of the calibration curves. Defaults to where the package's files are stored (system.file), but can be set to, e.g., |
Interpolation is used, and values outside the calibration curve are given as NA. For negative cal BP ages, a postbomb curve will have to be provided.
Maarten Blaauw
calBP.14C(100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.