getages {ArArRedux} | R Documentation |
Calculate 40Ar/39Ar ages from a vector of 40Ar/39Ar-ratios and J-factors
getages(RJ)
RJ |
an object of class |
an object of class results
containing the
ages and their covariance matrix
data(Melbourne)
R <- get4039(Melbourne$X,Melbourne$irr)
J <- getJfactors(R)
ages <- getages(J)
plotcorr(ages)