Learn R Programming

ArArRedux (version 1.0)

process: 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 redux

irr

the irradiation schedule

fract

list with air shot data (one item per denominator isotope)

ca

an object of class logratios with Ca-interference data (not necessary if interferences are included in X)

k

an object of class logratios with K-interference data (not necessary if interferences are included in X)

Examples

Run this code
# NOT RUN {
data(Melbourne)
ages <- process(Melbourne$X,Melbourne$irr,Melbourne$fract)
summary(ages)
# }

Run the code above in your browser using DataLab