Pearce1984: Pearce et al. (1984)

Pearce1984R Documentation

Pearce et al. (1984)

Description

tectonic discrimination diagram for granites

Usage

YNb(Y = NULL, Nb = NULL, show.labels = TRUE, xlim = NULL, ylim = NULL, ...)

YNbRb(
  Y = NULL,
  Nb = NULL,
  Rb = NULL,
  show.labels = TRUE,
  xlim = NULL,
  ylim = NULL,
  ...
)

YbTa(Yb = NULL, Ta = NULL, xlim = NULL, ylim = NULL, show.labels = TRUE, ...)

YbTaRb(
  Yb = NULL,
  Ta = NULL,
  Rb = NULL,
  show.labels = TRUE,
  xlim = NULL,
  ylim = NULL,
  ...
)

Arguments

Y

vector with Y concentrations (ppm)

Nb

vector with Nb concentrations (ppm)

show.labels

logical. If TRUE, labels the polygonal fields with their respective tectonic affinities.

xlim

x-axis limits

ylim

y-axis limits

...

additional arguments to the generic points function.

Rb

vector with Rb concentrations (ppm)

Yb

vector with Yb concentrations (ppm)

Ta

vector with Ta concentrations (ppm)

Value

a vector with tectonic affinities

References

Pearce, J. A., Harris, N. B. W., and Tindle, A. G., 1984, "Trace Element Discrimination Diagrams for the Tectonic Interpretation of Granitic Rocks": Journal of Petrology, v. 25, no. 4, p. 956-983.

Examples

data(test,package='GeoplotR')
YNb(Y=test[,'Y'],Nb=test[,'Nb'])
YNbRb(Y=test[,'Y'],Nb=test[,'Nb'],Rb=test[,'Rb'])
YbTa(Yb=test[,'Yb'],Ta=test[,'Ta'])
YbTaRb(Yb=test[,'Yb'],Ta=test[,'Ta'],Rb=test[,'Rb'])

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