| b2ktoF14C | R Documentation | 
Given a b2k age (years before AD 2000, popular in the ice core community), the calibration curve (default cc=1) is interpolated and the corresponding F14C and error are returned.
b2ktoF14C(
  x,
  cc = 1,
  postbomb = FALSE,
  rule = 1,
  cc.dir = NULL,
  thiscurve = NULL,
  roundby = NA
)
| x | The b2k 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  | 
| 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). | 
| roundby | Amount of decimals required for the output. Defaults to  | 
Interpolation is used, and values outside the calibration curve are given as NA. For ages younger than 50 b2k, a postbomb curve will have to be provided.
The calibration-curve F14C belonging to the entered b2k age
Maarten Blaauw
  b2ktoF14C(100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.