Description Usage Arguments Value Examples
Correct for radioactive decay of neutron-induced 37Ar and 39Ar occurred since irradiation
1  | decaycorrection(X, irr, isotope)
 | 
X | 
 an objects of class   | 
irr | 
 the irradiation schedule  | 
isotope | 
 a string denoting the isotope that needs correcting  | 
an object of class redux
1 2 3 4 5  | data(Melbourne)
C <- calibration(Melbourne$X,"DCAL")
A <- massfractionation(C,Melbourne$fract)
D9 <- decaycorrection(A,Melbourne$irr,"Ar39")
plotcorr(D9)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.