Plot U-Th(-Sm)-He data on a (log[He/Th] vs. log[U/He]) logratio plot or U-Th-He ternary diagram
helioplot(x, logratio = TRUE, show.central.comp = TRUE,
show.numbers = FALSE, alpha = 0.05, contour.col = c("white", "red"),
levels = NA, ellipse.col = c("#00FF0080", "#0000FF80"), sigdig = 2,
xlim = NA, ylim = NA, fact = NA, ...)
an object of class UThHe
Boolean flag indicating whether the data should be shown on bivariate log[He/Th] vs. log[U/He] diagramme, or a U-Th-He ternary diagramme.
show the geometric mean composition as a white ellipse?
show the grain numbers inside the error ellipses?
confidence cutoff for the error ellipses
two-element vector with the fill colours to be assigned to the minimum and maximum age contour
a vector with additional values to be displayed as different background colours within the error ellipses.
a vector of two background colours for the error
ellipses. If levels=NA
, then only the first colour will
be used. If levels
is a vector of numbers, then
ellipse.col
is used to construct a colour ramp.
number of significant digits for the central age
optional limits of the x-axis (log[U/He]) of the
logratio plot. If xlim=NA
, the axis limits are
determined automatically.
optional limits of the y-axis (log[Th/He]) of the
logratio plot. If ylim=NA
, the axis limits are
determined automatically.
three-element vector with the scaling factors of the
ternary diagram if fact=NA
, these will be determined
automatically
optional arguments to the generic plot
function
Vermeesch, P., 2010. HelioPlot, and the treatment of overdispersed (U-Th-Sm)/He data. Chemical Geology, 271(3), pp.108-111.
# NOT RUN {
data(examples)
helioplot(examples$UThHe)
dev.new()
helioplot(examples$UThHe,logratio=FALSE)
# }
Run the code above in your browser using DataLab