agespectrum(x, ...)# S3 method for default
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, ...)
# S3 method for ArAr
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, exterr = TRUE, line.col = "red", lwd = 2, i2i = FALSE,
...)
OR
an object of class ArAr
plot
functionplateau=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=TRUE
).FALSE
, returns a
list with plateau parameters.i2i
to FALSE
uses the
default values stored in settings('iratio',...)
title=FALSE
, returns a list with the following
items: data(examples)
agespectrum(examples$ArAr,ylim=c(0,80))
Run the code above in your browser using DataLab