LaYb | R Documentation |
(La/Yb)_N vs. Yb_N diagram of Martin (1986), which discriminates between Archean TTG suite and more modern adakites on the one hand, and classical island arcs on the other hand.
LaYb(
La_n = NULL,
Yb_n = NULL,
xlim = NULL,
ylim = NULL,
show.labels = TRUE,
...
)
La_n |
vector with chondritic normalised La concentrations |
Yb_n |
vector with chondritic normalised Yb concentrations |
xlim |
x-axis limits |
ylim |
y-axis limits |
show.labels |
logical. If |
... |
additional arguments to the generic |
a vector with tectonic affinities
Martin, H., 1986. Effect of steeper Archean geothermal gradient on geochemistry of subduction-zone magmas. Geology, 14(9), pp.753-756.
data(test,package='GeoplotR')
LaYb(La_n=100,Yb_n=10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.