TiZrY {GCDkit} | R Documentation |
Linear and quadratic discrimination-analysis-based versions of the ternary diagram Zr - Ti/100 - 3Y (Pearce and Cann 1973)) for geotectonic discrimination of igneous rocks of Vermeesch 2006.
TiZrY(Zr = WR[, "Zr", drop = FALSE], Ti = WR[, "Ti", drop = FALSE], Y = WR[, "Y", drop = FALSE], type = c("Pearce", "LDA", "QDA"), ternary = TRUE, show.labels = TRUE, short = TRUE, ...)
Zr |
vector of Zr concentrations (ppm) |
Ti |
vector of Ti concentrations (ppm) |
Y |
vector of Y concentrations (ppm) |
type |
either |
ternary |
logical. If |
show.labels |
logical. If |
short |
logical. If |
... |
additional arguments for 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
Pearce JA & Cann JR (1973) Tectonic setting of basic volcanic rocks determined using trace element analyses. Earth Planet Sci Lett 19: 290-300. doi: 10.1016/0012-821X(73)90129-5
Vermeesch P (2006) Tectonic discrimination diagrams revisited. Geochem Geophys Geosyst 7:Q06017 doi: 10.1029/2005GC001092
sampleDataset("atacazo") out <- TiZrY(type="QDA") print(out$class) print(out)