Delta14CtoF14C | R Documentation |
Transform Delta14C into F14C
Delta14CtoF14C(Delta14C, er = NULL, t, roundby = NA, lambda = 5730/log(2))
Delta14C |
The Delta14C value to translate |
er |
Reported error of the Delta14C. Returns just the mean if left empty. |
t |
the cal BP age |
roundby |
Amount of decimals required for the output. Defaults to |
lambda |
Radiocarbon's mean-life, based on the Cambridge half-life |
As explained by Heaton et al. 2020 (Radiocarbon), 14C measurements are commonly expressed in three domains: Delta14C, F14C and the radiocarbon age. This function translates Delta14C, the historical level of Delta14C in the year t cal BP, to F14C values. Note that per convention, this function uses the Cambridge half-life, not the Libby half-life.
The corresponding F14C value
Delta14CtoF14C(-10, 1, 238)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.