powered by
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)
an object of class redux
redux
the irradiation schedule
list with air shot data (one item per denominator isotope)
an object of class logratios with Ca-interference data (not necessary if interferences are included in X)
logratios
an object of class logratios with K-interference data (not necessary if interferences are included in X)
# NOT RUN { data(Melbourne) ages <- process(Melbourne$X,Melbourne$irr,Melbourne$fract) summary(ages) # }
Run the code above in your browser using DataLab