massfractionation {ArArRedux} | R Documentation |
Applies the fractionation obtained from air shot data by
fractionation
to the denominator detector in order to
correct it for the mass difference between the numerator and
denominator isotopes.
massfractionation(X, fract)
X |
an object of class |
fract |
a list with fractionation data for Ar37, Ar39 and Ar40 |
an object of class redux
data(Melbourne)
C <- calibration(Melbourne$X,"DCAL")
A <- massfractionation(C,Melbourne$fract)
plotcorr(A)