Description Usage Arguments Author(s) Examples
Calculate the atomic ratio for given years assuming only radioactive decay.
1 2 3 4 | decayIR14C(yr, iR0 = c14Constants$iR14CStandard, yr0 = c14Constants$yr14CStandard,
lambda = c14Constants$lambda)
|
yr |
numeric vector for years |
iR0 |
isotopic ratio at yr0 |
yr0 |
year when iR0 is given |
lambda |
decay constant |
Thomas Wutzler
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 )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.