View source: R/Vermeesch2006.R
ThTaHf | R Documentation |
Th-Ta-Hf tectonic discrimination diagram
ThTaHf(
Th = NULL,
Ta = NULL,
Hf = NULL,
type = c("Wood", "LDA", "QDA"),
ternary = TRUE,
pch = 21,
bg = NULL,
show.labels = FALSE,
short = TRUE,
...
)
Th |
vector with Th concentrations (ppm) |
Ta |
vector with Ta concentrations (ppm) |
Hf |
vector with Hf concentrations (ppm) |
type |
either |
ternary |
logical. If |
pch |
plot character. See |
bg |
fill colour for the plot character. |
show.labels |
logical. If |
short |
logical. If |
... |
additional arguments for the generic |
if type='LDA'
or type='QDA'
, a list with
components class
, posterior
and x
;
otherwise a table with tectonic affinities.
Wood, D.A., 1980. The application of a Th-Hf-Ta diagram to problems of tectonomagmatic classification and to establishing the nature of crustal contamination of basaltic lavas of the British Tertiary Volcanic Province. Earth and Planetary Science Letters, 50(1), pp.11-30.
data(test,package='GeoplotR')
ThTaHf(Th=test[,'Th'],Ta=test[,'Ta'],Hf=test[,'Hf'])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.