reciprocalIso {GCDkit} | R Documentation |
Plots a diagram 1/Sr vs initial Sr isotopic ratios or 1/Nd vs initial ε(Nd)
for selected samples.
reciprocalIso(what=NULL,GUI=FALSE,...)
what |
name of the desired isotopic system: |
GUI |
logical; is the function called from the GUI? |
... |
optional parameters to the underlying function |
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.
None.
SrNd.r
Vojtěch Janoušek, vojtech.janousek@geology.cz
The actual plotting is done by the function plotWithLimits.
data(blatna_iso) accessVar("blatna_iso") reciprocalIso("Sm-Nd")