TAS {GCDkit}R Documentation

IUGS recommended TAS (Le Bas et al. 1986)

Description

Assigns data for IUGS recommended TAS diagram into Figaro template (list 'sheet') and appropriate values into 'x.data' and 'y.data'

Usage

TAS(cutoff=95)

Arguments

cutoff

numeric; the minimal sum of the analysis to be considered for classification

Details

TAS diagram, as proposed by Le Bas et al. (1986), codified by Le Maitre et al. (1989) and slightly modified by Le Bas (2000).

TAS.png

The diagram (in its basic form) defines following fields:

foidite
picrobasalt
basalt
basaltic andesite
andesite
dacite
rhyolite
trachybasalt
basaltic trachyandesite
trachyandesite
trachyte/trachydacite
tephrite/basanite
phonotephrite
tephriphonolite
phonolite

This primary division is further enhanced by the 'TASadd' routine (called automatically by 'classify').

Following actions are carried out:

Note that systematics of high-Mg rocks follows revised IUGS Recommendations (Le Bas et al., 2000; Le Maitre et al. 2002) which differ from their 1st edition (Le Maitre et al, 1989). Further subdivisions recommended by Le Maitre et al. (1989) are not implemented in GCDkit, mainly for poorly defined CIPW version used by the Subcommission.

Value

x.data

SiO2 data recast to anhydrous sum (matrix 'WRanh')

y.data

Na2O+K2O data recast to anhydrous sum (matrix 'WRanh')

sheet

list with Figaro Style Sheet data

results

matrix with classification results

groups

vector with classification results

grouping

set to -1

Author(s)

Vojtech Erban, vojtech.erban@geology.cz
& Vojtech Janousek, vojtech.janousek@geology.cz

References

Le Bas M J, Le Maitre R W, Streckeisen A & Zanettin B (1986) A chemical classification of volcanic rocks based on the total alkali-silica diagram. J Petrology 27: 745-750 doi: 10.1093/petrology/27.3.745

Le Bas M J (2000) IUGS Reclassification of the High-Mg and Picritic Volcanic Rocks. J Petrology 41: 1467-1470 doi: 10.1093/petrology/41.10.1467

Le Maitre R W et al (1989) Igneous Rocks: A Classification and Glossary of Terms, 1st edition. Cambridge University Press

Le Maitre R W et al (2002) A Classification and Glossary of Terms, 1st edition. Cambridge University Press

See Also

classify figaro plotDiagram

Examples

#Within GCDkit, the plot is called using following auxiliary functions:
#To Classify data stored in WR (Groups by diagram)
classify("TAS")

#To plot data stored in WR or its subset (menu Classification)
plotDiagram("TAS", FALSE)

[Package GCDkit version 4.1 Index]