evolution | R Documentation |
Plots Th-U data on a
^{234}
U/^{238}
U-^{230}
Th/^{238}
U evolution
diagram, a ^{234}
U/^{238}
U-age diagram, or (if
^{234}
U/^{238}
U is assumed to be in secular
equilibrium), a
^{230}
Th/^{232}
Th-^{238}
U/^{232}
Th diagram;
calculates isochron ages.
evolution(
x,
xlim = NULL,
ylim = NULL,
tticks = NULL,
aticks = NULL,
oerr = 3,
transform = FALSE,
Th0i = 0,
show.numbers = FALSE,
levels = NA,
clabel = "",
ellipse.fill = c("#00FF0080", "#FF000080"),
ellipse.stroke = "black",
line.col = "darksalmon",
isochron = FALSE,
model = 1,
exterr = FALSE,
sigdig = 2,
hide = NULL,
omit = NULL,
omit.fill = NA,
omit.stroke = "grey",
...
)
x |
an object of class |
xlim |
x-axis limits |
ylim |
y-axis limits |
tticks |
time intervals of the evolution grid |
aticks |
initial activity ratio ticks of the evolution grid |
oerr |
indicates whether the analytical uncertainties of the output are reported in the plot title as:
|
transform |
if |
Th0i |
initial
|
show.numbers |
label the error ellipses with the grain numbers? |
levels |
a vector with additional values to be displayed as different background colours within the error ellipses. |
clabel |
label of the colour legend. |
ellipse.fill |
fill colour for the error ellipses. This can either be a single colour or multiple colours to form a colour ramp. Examples: a single colour: multiple colours: a colour palette: a reversed palette: For empty ellipses, set |
ellipse.stroke |
the stroke colour for the error
ellipses. Follows the same formatting guidelines as
|
line.col |
colour of the age grid |
isochron |
fit an isochron to the data? |
model |
if
|
exterr |
propagate the decay constant uncertainty in the isochron age? |
sigdig |
number of significant digits for the isochron age |
hide |
vector with indices of aliquots that should be removed from the plot. |
omit |
vector with indices of aliquots that should be plotted but omitted from the isochron age calculation. |
omit.fill |
fill colour that should be used for the omitted aliquots. |
omit.stroke |
stroke colour that should be used for the omitted aliquots. |
... |
optional arguments to the generic |
Similar to the concordia
diagram (for U-Pb data) and
the helioplot
diagram (for U-Th-He data), the
evolution diagram simultaneously displays the isotopic composition
and age of U-series data. For carbonate data (Th-U formats 1 and
2), the Th-U evolution diagram consists of a scatter plot that sets
out the ^{234}
U/^{238}
U-activity ratios against the
^{230}
Th/^{238}
U-activity ratios as error ellipses, and
displays the initial ^{234}
U/^{238}
U-activity ratios
and ages as a set of intersecting lines. Alternatively, the
^{234}
U/^{238}
U-ratios can also be set out against the
^{230}
Th-^{234}
U-^{238}
U-ages. In both types of
evolution diagrams, IsoplotR
provides the option to project
the raw measurements along the best fitting isochron line and
thereby remove the detrital ^{230}
Th-component. This
procedure allows a visual assessment of the degree of homogeneity
within a dataset, as is quantified by the MSWD.
Neither the U-series evolution diagram, nor the
^{234}
U/^{238}
U vs. age plot is applicable to igneous
datasets (Th-U formats 3 and 4), in which ^{234}
U and
^{238}
U are in secular equilibrium. For such datasets,
IsoplotR
produces an Osmond-style regression plot that is
decorated with a fanning set of isochron
lines.
Ludwig, K.R. and Titterington, D.M., 1994. Calculation
of ^{230}
Th/U isochrons, ages, and errors. Geochimica et
Cosmochimica Acta, 58(22), pp.5031-5042.
Ludwig, K.R., 2003. Mathematical-statistical treatment of data and
errors for ^{230}
Th/U geochronology. Reviews in Mineralogy and
Geochemistry, 52(1), pp.631-656.
isochron
attach(examples)
evolution(ThU)
dev.new()
evolution(ThU,transform=TRUE,isochron=TRUE,model=1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.