Plots U-Pb data on Wetherill and Tera-Wasserburg concordia diagrams, calculate concordia ages and compositions, evaluates the equivalence of multiple (\(^{206}\)Pb/\(^{238}\)U-\(^{207}\)Pb/\(^{235}\)U or \(^{207}\)Pb/\(^{206}\)Pb-\(^{206}\)Pb/\(^{238}\)U) compositions, computes the weighted mean isotopic composition and the corresponding concordia age using the method of maximum likelihood, computes the MSWD of equivalence and concordance and their respective Chi-squared p-values. Performs linear regression and computes the upper and lower intercept ages (for Wetherill) or the lower intercept age and the \(^{207}\)Pb/\(^{206}\)Pb intercept (for Tera-Wasserburg), taking into account error correlations and decay constant uncertainties.
concordia(x, limits = NULL, alpha = 0.05, wetherill = TRUE,
show.numbers = FALSE, ellipse.col = rgb(0, 1, 0, 0.5),
concordia.col = "darksalmon", exterr = TRUE, show.age = 1, sigdig = 2)
an object of class UPb
age limits of the concordia line
confidence cutoff for the error ellipses
logical flag (FALSE
for Tera-Wasserburg)
logical flag (TRUE
to show grain numbers)
background colour of the error ellipses
colour of the concordia line
show decay constant uncertainty?
one of either
1
: don't show the age
2
: calculate the concordia age
3
: fit a discordia line
number of significant digits for the concordia/discordia age
Ludwig, K.R., 1998. On the treatment of concordant uranium-lead ages. Geochimica et Cosmochimica Acta, 62(4), pp.665-676.
# NOT RUN {
data(examples)
concordia(examples$UPb)
# }
Run the code above in your browser using DataLab