Vermeesch2006 | R Documentation |
discriminant analysis for oceanic basalts
TiSiSr(
Ti = NULL,
Si = NULL,
Sr = NULL,
ternary = FALSE,
pch = 21,
bg = NULL,
show.labels = FALSE,
short = TRUE,
xlim = NULL,
ylim = NULL,
...
)
LuEuSr(
Lu = NULL,
Eu = NULL,
Sr = NULL,
ternary = FALSE,
pch = 21,
bg = NULL,
show.labels = FALSE,
short = TRUE,
xlim = NULL,
ylim = NULL,
...
)
TiVSc(
Ti = NULL,
V = NULL,
Sc = NULL,
ternary = FALSE,
pch = 21,
bg = NULL,
show.labels = FALSE,
short = TRUE,
xlim = NULL,
ylim = NULL,
...
)
NbNaSr(
Nb = NULL,
Na = NULL,
Sr = NULL,
ternary = FALSE,
pch = 21,
bg = NULL,
show.labels = FALSE,
short = TRUE,
xlim = NULL,
ylim = NULL,
...
)
TiSmV(
Ti = NULL,
Sm = NULL,
V = NULL,
ternary = FALSE,
pch = 21,
bg = NULL,
show.labels = FALSE,
short = TRUE,
xlim = NULL,
ylim = NULL,
...
)
TiZrYSr(
Ti = NULL,
Zr = NULL,
Y = NULL,
Sr = NULL,
pch = 21,
bg = NULL,
show.labels = FALSE,
short = TRUE,
xlim = NULL,
ylim = NULL,
...
)
Pearce1976(
major = NULL,
pch = 21,
bg = NULL,
show.labels = FALSE,
short = TRUE,
xlim = NULL,
ylim = NULL,
...
)
Ti |
vector of Ti-concentrations (in ppm) |
Si |
vector of Si-concentrations (in ppm) |
Sr |
vector of Sr-concentrations (in ppm) |
ternary |
logical. If |
pch |
plot character. See |
bg |
fill colour for the plot character. |
show.labels |
logical. If |
short |
use short labels when using the additional argument
|
xlim |
x-axis limits |
ylim |
y-axis limits |
... |
additional arguments to the generic |
Lu |
vector of Lu-concentrations (in ppm) |
Eu |
vector of Eu-concentrations (in ppm) |
V |
vector of V-concentrations (in ppm) |
Sc |
vector of Sc-concentrations (in ppm) |
Nb |
vector of Nb-concentrations (in ppm) |
Na |
vector of Na-concentrations (in ppm) |
Sm |
vector of Sm-concentrations (in ppm) |
Zr |
vector of Zr-concentrations (in ppm) |
Y |
vector of Y-concentrations (in ppm) |
major |
a data frame with the following columns: |
a vector with tectonic affinities
Vermeesch, 2006. Tectonic discrimination diagrams revisited: Geochemistry, Geophysics, and Geosystems, 7, Q06017, doi:10.1029/2005GC001092
data(test,package='GeoplotR')
TiSiSr(Ti=wtpct2ppm(test$TiO2),Si=wtpct2ppm(test$SiO2),Sr=test$Sr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.