standard | R Documentation |
specify the isotopic composition of a reference material for SIMS data calibration.
standard(preset, tst, measured, del, ref)
preset |
(optional) text string. One of either U-Pb age standards: O-isotope standards: or S-isotope standards: |
tst |
two element with the standard's age and its standard error. |
measured |
logical. Only relevant for geochronological data.
If |
del |
Stable isotope composition of a standard in conventional
delta notation, specified as a two-item list containing a
vector |
ref |
Logratio composition of a reference standard such as
Vienna Standard Mean Ocean Water (VSMOW) or troilite. A
two-item list containing a vector |
an object of class standard
data(Cameca_UPb,package="simplex")
st <- standard(preset="Plesovice-t")
cal <- calibration(lr=Cameca_UPb,stand=st)
plot(cal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.