agespectrum(x, ...)
"agespectrum"(x, alpha = 0.05, plateau = TRUE, plateau.col = rgb(0, 1, 0, 0.5), non.plateau.col = rgb(0, 1, 1, 0.5), sigdig = 2, line.col = "red", lwd = 2, title = TRUE, ...)
"agespectrum"(x, alpha = 0.05, plateau = TRUE, plateau.col = rgb(0, 1, 0, 0.5), non.plateau.col = rgb(0, 1, 1, 0.5), sigdig = 2, dcu = TRUE, line.col = "red", lwd = 2, ...)OR
an object of class ArAr with format=2
plateau=TRUE, the function will compute
the weighted mean of the largest succession of steps that yield
values passing the Chi-square test for age homogeneity.plateau=TRUE, the steps that do
NOT belong to the plateau are given a different colour.plateau=FALSE).FALSE, returns a
list with plateau parameters.title=FALSE, a list with the following items:mean a 2-element vector with the plateau mean and standard errormswd the mean square of the weighted deviates of the plateaup.value the p-value of a Chi-square test with n-1 degrees of
freedom, where n is the number of steps in the plateau.nfract the fraction of $^{39}Ar$ contained in the plateau
data(examples)
agespectrum(examples$ArAr)
Run the code above in your browser using DataLab