TiSmV {GCDkit} | R Documentation |
QDA-based diagram for geotectonic discrimination of igneous rocks of Vermeesch 2006.
TiSmV(Sm = WR[, "Sm", drop = FALSE], Ti = WR[, "Ti", drop = FALSE], V = WR[, "V", drop = FALSE], pch = labels[, "Symbol"], col = labels[, "Colour"], cex = labels[, "Size"], ternary = TRUE, xlim = NULL, ylim = NULL, show.labels = TRUE, short = TRUE, ...)
Sm |
vector of Sm concentrations (ppm) |
Ti |
vector of Ti concentrations (ppm) |
V |
vector of V concentrations (ppm) |
pch |
plotting symbol - see |
col |
plotting symbol colour |
cex |
plotting symbol size |
ternary |
logical. If |
xlim |
x-axis limits |
ylim |
y-axis limits |
show.labels |
logical. If |
short |
use short labels when using the additional argument |
... |
additional arguments to the generic |
This plot comes from the GeoplotR collection available online at https://isoplotr.es.ucl.ac.uk/geoplotr.
A list with tectonic affinities.
This plot is not Figaro-compatible.
Pieter Vermeesch, p.vermeesch@ucl.ac.uk,
GCDkit implementation by Vojtěch Janoušek, vojtech.janousek@geology.cz
Vermeesch P (2006) Tectonic discrimination diagrams revisited. Geochem Geophys Geosyst 7:Q06017 doi: 10.1029/2005GC001092
sampleDataset("atacazo") out <- TiSmV() print(out$class) print(out)