Determines the zeta calibration constant of a fission track dataset (EDM or LA-ICP-MS) given its true age and analytical uncertainty.
set.zeta(x, tst, exterr = TRUE, oerr = 1, sigdig = NA, update = TRUE)
an object of class fissiontracks
with an updated
x$zeta
value or (if update
is FALSE
), a
2-element matrix with the zeta estimate and its uncertainty.
an object of class fissiontracks
a two-element vector with the true age and its standard error
logical flag indicating whether the external uncertainties associated with the age standard or the dosimeter glass (for the EDM) should be accounted for when propagating the uncertainty of the zeta calibration constant.
indicates whether the analytical uncertainties of the output are reported as:
1
: 1
2
: 2
3
: absolute (1-settings('alpha')
.
4
: 1
5
: 2
6
: relative (1-settings('alpha')
.
(only used when update
is FALSE
)
the number of significant digits (only used when
update
is FALSE
).
logical flag indicating whether the function should return an updated version of the input data, or simply return a two-element vector with the calibration constant and its standard error.
The fundamental fission track age is given by:
where
where
LAICPMS is an alternative means of determining the
where
Fleischer, R. and Hart, H. Fission track dating: techniques and problems. In Bishop, W., Miller, J., and Cole, S., editors, Calibration of Hominoid Evolution, pages 135-170. Scottish Academic Press Edinburgh, 1972.
Hurford, A. J. and Green, P. F. The zeta age calibration of fission-track dating. Chemical Geology, 41:285-317, 1983.
Vermeesch, P., 2017. Statistics for LA-ICP-MS based fission track dating. Chemical Geology, 456, pp.19-27.
age
attach(examples)
print(FT1$zeta)
FT <- set.zeta(FT1,tst=c(250,5))
print(FT$zeta)
Run the code above in your browser using DataLab