View source: R/Vermeesch2006.R
ZrTi | R Documentation |
Ti-Zr tectonic discrimination diagram.
ZrTi(
Zr = NULL,
Ti = NULL,
type = c("Pearce", "Dilek", "LDA", "QDA"),
ternary = FALSE,
pch = 21,
bg = NULL,
show.labels = FALSE,
short = TRUE,
xlim = NULL,
ylim = NULL,
...
)
Zr |
vector with Zr concentrations (ppm) |
Ti |
vector with Ti concentrations (ppm) |
type |
either |
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 |
a vector with tectonic affinities
Pearce, J.A. and Cann, J.R., 1973. Tectonic setting of basic volcanic rocks determined using trace element analyses. Earth and Planetary Science Letters, 19(2), pp. 290-300.
Dilek, Y. and Furnes, H., 2009, Structure and geochemistry of Tethyan ophiolites and their petrogenesis in subduction rollback systems. Lithos, v. 113, p. 1-20.
data(test,package='GeoplotR')
ZrTi(Zr=c(50,40,60),Ti=c(1000,4000,6000))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.