View source: R/Vermeesch2006.R
TiV | R Documentation |
Ti-V tectonic discrimination diagram
TiV(
Ti = NULL,
V = NULL,
type = c("Shervais", "LDA", "QDA"),
ternary = FALSE,
pch = 21,
bg = NULL,
show.labels = FALSE,
short = TRUE,
xlim = NULL,
ylim = NULL,
...
)
Ti |
vector with Ti concentrations (ppm) |
V |
vector with V concentrations (ppm) |
type |
either |
ternary |
logical. If |
pch |
plot character. See |
bg |
fill colour for the plot character. |
show.labels |
logical. If |
short |
logical. If |
xlim |
x-axis limits |
ylim |
y-axis limits |
... |
additional arguments for the generic |
if type='LDA'
or type='QDA'
, a list with
components class
, posterior
and x
;
otherwise a table with labels for MORB
, IAB
and
OIB
.
Shervais, J.W., 1982. Ti-V plots and the petrogenesis of modern and ophiolitic lavas. Earth and Planetary Science Letters, 59(1), pp.101-118.
data(test,package='GeoplotR')
TiV(Ti=wtpct2ppm(test[,'TiO2']),V=test[,'V'],type='Shervais')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.