Vermeesch2006: Vermeesch (2006)

Vermeesch2006R Documentation

Vermeesch (2006)

Description

discriminant analysis for oceanic basalts

Usage

TiSiSr(
  Ti = NULL,
  Si = NULL,
  Sr = NULL,
  ternary = FALSE,
  pch = 21,
  bg = NULL,
  show.labels = FALSE,
  short = TRUE,
  xlim = NULL,
  ylim = NULL,
  ...
)

LuEuSr(
  Lu = NULL,
  Eu = NULL,
  Sr = NULL,
  ternary = FALSE,
  pch = 21,
  bg = NULL,
  show.labels = FALSE,
  short = TRUE,
  xlim = NULL,
  ylim = NULL,
  ...
)

TiVSc(
  Ti = NULL,
  V = NULL,
  Sc = NULL,
  ternary = FALSE,
  pch = 21,
  bg = NULL,
  show.labels = FALSE,
  short = TRUE,
  xlim = NULL,
  ylim = NULL,
  ...
)

NbNaSr(
  Nb = NULL,
  Na = NULL,
  Sr = NULL,
  ternary = FALSE,
  pch = 21,
  bg = NULL,
  show.labels = FALSE,
  short = TRUE,
  xlim = NULL,
  ylim = NULL,
  ...
)

TiSmV(
  Ti = NULL,
  Sm = NULL,
  V = NULL,
  ternary = FALSE,
  pch = 21,
  bg = NULL,
  show.labels = FALSE,
  short = TRUE,
  xlim = NULL,
  ylim = NULL,
  ...
)

TiZrYSr(
  Ti = NULL,
  Zr = NULL,
  Y = NULL,
  Sr = NULL,
  pch = 21,
  bg = NULL,
  show.labels = FALSE,
  short = TRUE,
  xlim = NULL,
  ylim = NULL,
  ...
)

Pearce1976(
  major = NULL,
  pch = 21,
  bg = NULL,
  show.labels = FALSE,
  short = TRUE,
  xlim = NULL,
  ylim = NULL,
  ...
)

Arguments

Ti

vector of Ti-concentrations (in ppm)

Si

vector of Si-concentrations (in ppm)

Sr

vector of Sr-concentrations (in ppm)

ternary

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

pch

plot character. See ?par for details.

bg

fill colour for the plot character.

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.

xlim

x-axis limits

ylim

y-axis limits

...

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

Lu

vector of Lu-concentrations (in ppm)

Eu

vector of Eu-concentrations (in ppm)

V

vector of V-concentrations (in ppm)

Sc

vector of Sc-concentrations (in ppm)

Nb

vector of Nb-concentrations (in ppm)

Na

vector of Na-concentrations (in ppm)

Sm

vector of Sm-concentrations (in ppm)

Zr

vector of Zr-concentrations (in ppm)

Y

vector of Y-concentrations (in ppm)

major

a data frame with the following columns: SiO2, Al2O3, TiO2, CaO, MgO, MnO, K2O, Na2O (in wt%)

Value

a vector with tectonic affinities

References

Vermeesch, 2006. Tectonic discrimination diagrams revisited: Geochemistry, Geophysics, and Geosystems, 7, Q06017, doi:10.1029/2005GC001092

Examples

data(test,package='GeoplotR')
TiSiSr(Ti=wtpct2ppm(test$TiO2),Si=wtpct2ppm(test$SiO2),Sr=test$Sr)

pvermees/GeoplotR documentation built on Aug. 20, 2024, 4:45 a.m.