process {ArArRedux} | R Documentation |
Process logratio data and calculate 40Ar/39Ar ages
Description
Performs detector calibration, mass fractionation correction, decay corrections, interference corrections, interpolates J-factors and calculates ages.
Usage
process(X, irr, fract = NULL, ca = NULL, k = NULL)
Arguments
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 |
Examples
data(Melbourne)
ages <- process(Melbourne$X,Melbourne$irr,Melbourne$fract)
summary(ages)
[Package ArArRedux version 1.0 Index]