process {ArArRedux} | R Documentation |
Performs detector calibration, mass fractionation correction, decay corrections, interference corrections, interpolates J-factors and calculates ages.
process(X, irr, fract = NULL, ca = NULL, k = NULL)
X |
an object of class |
irr |
the irradiation schedule |
fract |
list with air shot data (one item per denominator isotope) |
ca |
an object of class |
k |
an object of class |
data(Melbourne)
ages <- process(Melbourne$X,Melbourne$irr,Melbourne$fract)
summary(ages)