Learn R Programming

rice (version 1.1.1)

D14CtopMC: Transform D14C into pMC

Description

Transform D14C into pMC

Usage

D14CtopMC(D14C, er = NULL, t)

Value

The corresponding F14C value

Arguments

D14C

The Delta14C value to translate

er

Reported error of the D14C. Returns just the mean if left empty.

t

the cal BP age

Details

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.

Examples

Run this code
  D14CtoF14C(-10, 1, 238)

Run the code above in your browser using DataLab