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 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

data(Melbourne)
ages <- process(Melbourne$X,Melbourne$irr,Melbourne$fract)
summary(ages)

[Package ArArRedux version 1.0 Index]