getJfactors {ArArRedux} | R Documentation |
Interpolate the irradiation parameters for the samples given the 40Ar*/39ArK ratios of the samples and fluence monitors
getJfactors(R)
R |
a vector of 40Ar*/39ArK ratios |
an object of class redux
containing, as
intercepts
, the 40Ar*/39ArK ratios of the samples, the
interpolated J-factors, and the 40K decay constant; and as
covmat
: the covariance matrix. All other class properties
are inherited from R
.
data(Melbourne) R <- get4039(Melbourne$X,Melbourne$irr) J <- getJfactors(R) plotcorr(J)