TiVSc {GCDkit}R Documentation

V - Ti/50 - 5Sc (Vermeesch 2006)

Description

LDA-based diagram for geotectonic discrimination of igneous rocks of Vermeesch 2006.

Usage

TiVSc(V = WR[, "V", drop = FALSE], Ti = WR[, "Ti", drop = FALSE], 
    Sc = WR[, "Sc", drop = FALSE], pch = labels[, "Symbol"], col = labels[, "Colour"], 
    cex = labels[, "Size"], ternary = TRUE, xlim = NULL, ylim = NULL, 
    show.labels = TRUE, short = TRUE, ...)

Arguments

V

vector of V concentrations (ppm)

Ti

vector of Ti concentrations (ppm)

Sc

vector of Sc concentrations (ppm)

pch

plotting symbol - see ?par for details

col

plotting symbol colour

cex

plotting symbol size

ternary

logical. If TRUE, produces a ternary diagram. Otherwise shows the results on a logratio plot

xlim

x-axis limits

ylim

y-axis limits

show.labels

logical. If TRUE, labels the polygonal decision fields with text strings

short

use short labels when using the additional argument show.labels=TRUE

...

additional arguments to the generic points function, may include the logical argument show.labels which labels the fields in the diagram.

Details

This plot comes from the GeoplotR collection available online at https://isoplotr.es.ucl.ac.uk/geoplotr.

TiVSc.png

Value

A list with tectonic affinities.

Note

This plot is not Figaro-compatible.

Author(s)

Pieter Vermeesch, p.vermeesch@ucl.ac.uk,

GCDkit implementation by Vojtěch Janoušek, vojtech.janousek@geology.cz

References

Vermeesch P (2006) Tectonic discrimination diagrams revisited. Geochem Geophys Geosyst 7:Q06017 doi: 10.1029/2005GC001092

Examples

sampleDataset("atacazo")
out <- TiVSc()
print(out$class)

print(out)

[Package GCDkit version 6.3.0 Index]