Learn R Programming

rice (version 1.3.0)

C14toD14C: Transform C14 age(s) into D14C

Description

Transform C14 age(s) into D14C

Usage

C14toD14C(y, er = NULL, t, roundby = NA)

Value

The corresponding D14C value

Arguments

y

The C14 age to translate

er

Reported error of the C14 age. Returns just the mean if left empty.

t

the cal BP age

roundby

Amount of decimals required for the output. Defaults to roundby=NA, no rounding.

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 C14 ages into Delta14C, the historical level of Delta14C in the year t cal BP. Note that per convention, this function uses the Cambridge half-life, not the Libby half-life.

Examples

Run this code
  C14toD14C(0.985, 20, 222)

Run the code above in your browser using DataLab