CrY | R Documentation |
Cr vs Y discriminant for MORB, IAT, and boninites of Dilek et al. (2007)
CrY(Cr = NULL, Y = NULL, xlim = NULL, ylim = NULL, show.labels = TRUE, ...)
Cr |
vector with Cr concentrations (ppm) |
Y |
vector with Y concentrations (ppm) |
xlim |
x-axis limits |
ylim |
y-axis limits |
show.labels |
logical. If |
... |
additional arguments to the generic |
a vector with tectonic affinities
Dilek, Y., Furnes, H., and Shallo, M., 2007, Suprasubduction zone ophiolite formation along the periphery of Mesozoic Gondwana. Gondwana Research, v. 11, p. 453-475.
data(test,package='GeoplotR')
CrY(Cr=test[,'Cr'],Y=test[,'Y'])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.