TAS | R Documentation |
Total Alkali Silica diagram
TAS(
Na2O = NULL,
K2O = NULL,
SiO2 = NULL,
xlim = NULL,
ylim = NULL,
plutonic = FALSE,
show.labels = TRUE,
short = TRUE,
...
)
Na2O |
vector with Na |
K2O |
vector with K |
SiO2 |
vector with SiO |
xlim |
x-axis limits |
ylim |
y-axis limits |
plutonic |
logical. If |
show.labels |
logical. If |
short |
use short labels when using the additional argument
|
... |
additional arguments to the generic |
a vector with rock types
Le Maitre, R. W., Streckeisen, A., Zanettin, B., Bas, M. J. L., Bonin, B., and Bateman, P., 2004, "Igneous Rocks: A Classification and Glossary of Terms": Cambridge University Press, v. -1, no. 70, p. 93–120.
Middlemost, E.A., 1994. Naming materials in the magma/igneous rock system. Earth-science reviews, 37(3-4), pp.215-224.
data(test,package='GeoplotR')
TAS(test[,'Na2O'],test[,'K2O'],test[,'SiO2'])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.