Produces a plot of boxes whose widths correspond to the cumulative amount of \(^{39}\)Ar (or any other volume proxy), and whose heights express the analytical uncertainties. Only propagates the analytical uncertainty associated with decay constants and J-factors after computing the plateau composition.
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,
xlab = "cumulative fraction", ylab = "age [Ma]", ...)
# 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,
...)
a three-column matrix whose first column gives the amount of \(^{39}\)Ar in each aliquot, and whose second and third columns give the age and its uncertainty.
OR
an object of class ArAr
optional parameters to the generic plot
function
the confidence limits of the error bars/boxes.
logical flag indicating whether a plateau age should
be calculated. If 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.
the fill colour of the rectangles used to mark the steps belonging to the age plateau.
if plateau=TRUE
, the steps that do
NOT belong to the plateau are given a different colour.
the number of significant digits of the numerical
values reported in the title of the graphical output (only used
if plateau=TRUE
).
colour of the isochron line
line width
add a title to the plot? If FALSE
, returns a
list with plateau parameters.
x-axis label
y-axis label
propagate the external (decay constant and calibration factor) uncertainties?
`isochron to intercept': calculates the initial (aka `inherited',
`excess', or `common') \(^{40}\)Ar/\(^{36}\)Ar ratio from an
isochron fit. Setting i2i
to FALSE
uses the
default values stored in settings('iratio',...)
if title=FALSE
, returns a list with the following
items:
a 2-element vector with the plateau mean and standard error
the mean square of the weighted deviates of the plateau
the p-value of a Chi-square test with \(n-1\) degrees of freedom, where \(n\) is the number of steps in the plateau.
the fraction of \(^{39}\)Ar contained in the plateau
# NOT RUN {
data(examples)
agespectrum(examples$ArAr,ylim=c(0,80))
# }
Run the code above in your browser using DataLab