Hollocher2012: Hollocher et al. (2012)

Hollocher2012R Documentation

Hollocher et al. (2012)

Description

Discriminants for MORB, ocean island, and a variety of arc-type basalts

Usage

NbLaYb(
  Nb = NULL,
  La = NULL,
  Yb = NULL,
  xlim = NULL,
  ylim = NULL,
  show.labels = TRUE,
  short = FALSE,
  ...
)

ThNbLaYb(
  Th = NULL,
  Nb = NULL,
  La = NULL,
  Yb = NULL,
  xlim = NULL,
  ylim = NULL,
  show.labels = TRUE,
  short = FALSE,
  ...
)

Arguments

Nb

vector with Nb concentrations (ppm)

La

vector with La concentrations (ppm)

Yb

vector with Yb concentrations (ppm)

xlim

x-axis limits

ylim

y-axis limits

show.labels

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

short

logical. If TRUE, uses abbreviated labels.

...

additional arguments to the generic points function.

Th

vector with Th concentrations (ppm)

Value

a vector with tectonic affinities

References

Hollocher et al., 2012 Discriminants for MORB, ocean island, and a variety of arc-type basalts

Examples

data(test,package='GeoplotR')
NbLaYb(Nb=test[,'Nb'],La=test[,'La'],Yb=test[,'Yb'])
ThNbLaYb(Th=test[,'Th'],Nb=test[,'Nb'],La=test[,'La'],Yb=test[,'Yb'])

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