reciprocalIso {GCDkit}R Documentation

Binary plots of reciprocal element concentration vs initial isotopic composition

Description

Plots a diagram 1/Sr vs initial Sr isotopic ratios or 1/Nd vs initial ε(Nd) for selected samples. reciprocalIso.png

Usage

    reciprocalIso(what=NULL,GUI=FALSE,...)

Arguments

what

name of the desired isotopic system: Rb-Sr or Sm-Nd

GUI

logical; is the function called from the GUI?

...

optional parameters to the underlying function plotWithLimits

Details

The recognized types of diagrams (specified by 'what') are: 'Rb-Sr' and 'Sm-Nd' for the 1/Sr vs. 87Sr/86Sri or 1/Nd vs. ε(Nd) plots, respectively.

If called from GUI, the samples can be selected based on combination of three searching mechanisms (by sample name/label, range or a Boolean condition) - see selectSamples for details.

Value

None.

Plugin

SrNd.r

Author(s)

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

See Also

The actual plotting is done by the function plotWithLimits.

srnd, elemIso, epsEps,

ageEps, isochron

Examples

    data(blatna_iso)
    accessVar("blatna_iso")
    
    reciprocalIso("Sm-Nd")

[Package GCDkit version 6.1 Index]