decayIR14C: Applying radiactive decay

Description Usage Arguments Author(s) Examples

View source: R/c14Utils.R

Description

Calculate the atomic ratio for given years assuming only radioactive decay.

Usage

1
2
3
4
decayIR14C(yr, iR0 = c14Constants$iR14CStandard, yr0 = c14Constants$yr14CStandard, 


    lambda = c14Constants$lambda)

Arguments

yr

numeric vector for years

iR0

isotopic ratio at yr0

yr0

year when iR0 is given

lambda

decay constant

Author(s)

Thomas Wutzler

Examples

1
2
3
4
5
6
7
yr=seq(-10000,2000,length.out=30)


    data(c14Constants)  # defaults arguments in iR0 and yr0


plot( decayIR14C(yr)~yr )

twModMeta documentation built on May 2, 2019, 5:24 p.m.