getages: Calculate 40Ar/39Ar ages

Description Usage Arguments Value Examples

Description

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

Usage

1
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

1
2
3
4
5
data(Melbourne)
R <- get4039(Melbourne$X,Melbourne$irr)
J <- getJfactors(R)
ages <- getages(J)
plotcorr(ages)

ArArRedux documentation built on May 2, 2019, 4:52 a.m.

Related to getages in ArArRedux...