getages {ArArRedux}R Documentation

Calculate 40Ar/39Ar ages

Description

Calculate 40Ar/39Ar ages from a vector of 40Ar/39Ar-ratios and J-factors

Usage

getages(RJ)

Arguments

RJ

an object of class Redux containing the amalgamated $^40$Ar$^*$/$^39$Ar$_K$-ratios and J-factors with their covariance matrix

Value

an object of class results containing the ages and their covariance matrix

Examples

data(Melbourne)
R <- get4039(Melbourne$X,Melbourne$irr)
J <- getJfactors(R)
ages <- getages(J)
plotcorr(ages)

[Package ArArRedux version 1.0 Index]