Hollocher2012 | R Documentation |
Discriminants for MORB, ocean island, and a variety of arc-type basalts
NbLaYb(
Nb = NULL,
La = NULL,
Yb = NULL,
xlim = NULL,
ylim = NULL,
show.labels = TRUE,
short = FALSE,
...
)
ThNbLaYb(
Th = NULL,
Nb = NULL,
La = NULL,
Yb = NULL,
xlim = NULL,
ylim = NULL,
show.labels = TRUE,
short = FALSE,
...
)
Nb |
vector with Nb concentrations (ppm) |
La |
vector with La concentrations (ppm) |
Yb |
vector with Yb concentrations (ppm) |
xlim |
x-axis limits |
ylim |
y-axis limits |
show.labels |
logical. If |
short |
logical. If |
... |
additional arguments to the generic |
Th |
vector with Th concentrations (ppm) |
a vector with tectonic affinities
Hollocher et al., 2012 Discriminants for MORB, ocean island, and a variety of arc-type basalts
data(test,package='GeoplotR')
NbLaYb(Nb=test[,'Nb'],La=test[,'La'],Yb=test[,'Yb'])
ThNbLaYb(Th=test[,'Th'],Nb=test[,'Nb'],La=test[,'La'],Yb=test[,'Yb'])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.