Pearce1984 | R Documentation |
tectonic discrimination diagram for granites
YNb(Y = NULL, Nb = NULL, show.labels = TRUE, xlim = NULL, ylim = NULL, ...)
YNbRb(
Y = NULL,
Nb = NULL,
Rb = NULL,
show.labels = TRUE,
xlim = NULL,
ylim = NULL,
...
)
YbTa(Yb = NULL, Ta = NULL, xlim = NULL, ylim = NULL, show.labels = TRUE, ...)
YbTaRb(
Yb = NULL,
Ta = NULL,
Rb = NULL,
show.labels = TRUE,
xlim = NULL,
ylim = NULL,
...
)
Y |
vector with Y concentrations (ppm) |
Nb |
vector with Nb concentrations (ppm) |
show.labels |
logical. If |
xlim |
x-axis limits |
ylim |
y-axis limits |
... |
additional arguments to the generic |
Rb |
vector with Rb concentrations (ppm) |
Yb |
vector with Yb concentrations (ppm) |
Ta |
vector with Ta concentrations (ppm) |
a vector with tectonic affinities
Pearce, J. A., Harris, N. B. W., and Tindle, A. G., 1984, "Trace Element Discrimination Diagrams for the Tectonic Interpretation of Granitic Rocks": Journal of Petrology, v. 25, no. 4, p. 956-983.
data(test,package='GeoplotR')
YNb(Y=test[,'Y'],Nb=test[,'Nb'])
YNbRb(Y=test[,'Y'],Nb=test[,'Nb'],Rb=test[,'Rb'])
YbTa(Yb=test[,'Yb'],Ta=test[,'Ta'])
YbTaRb(Yb=test[,'Yb'],Ta=test[,'Ta'],Rb=test[,'Rb'])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.