ThCo | R Documentation |
Th vs Co discrimination diagram of Hastie et al. (2007) for tholeiitic, calc-alkaline, and more alkaline arc series, and basaltic, andesitic, and rhyolitic compositions.
ThCo(Th = NULL, Co = NULL, xlim = NULL, ylim = NULL, show.labels = TRUE, ...)
Th |
vector with Th concentrations (ppm) |
Co |
vector with Co concentrations (ppm) |
xlim |
x-axis limits |
ylim |
y-axis limits |
show.labels |
logical. If |
... |
additional arguments to the generic |
a vector with tectonic affinities
Hastie, A.R., Kerr, A.C., Pearce, J.A., Mitchell, S.F., 2007, Classification of Altered Volcanic Island Arc Rocks using Immobile Trace Elements: Development of the Th-Co Discrimination Diagram. Journal of Petrology, v. 48, p. 2341-2357.
data(test,package='GeoplotR')
ThCo(Th=test[,'Th'],Co=test[,'Co'])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.