Learn R Programming

IsoplotR (version 0.8)

iratio: Isotopic ratios

Description

Gets or sets natural isotopic ratios.

Usage

iratio(ratio, x = NULL, e = NULL)

Arguments

ratio
one of either 'U238U235', 'Ar40Ar36', 'Ar38Ar36', 'Rb85Rb87', 'Sr88Sr86', 'Sr87Sr86', 'Sr84Sr86', 'Re185Re187', 'Os184Os192', 'Os186Os192', 'Os187Os192', 'Os188Os192', 'Os189Os192'
x
new value for ratio
e
new value for its standard error

Value

if x=e=NULL, returns a two-item vector containing the mean value of the requested ratio and its standard error, respectively.

References

Ar: Lee, Jee-Yon, et al. "A redetermination of the isotopic abundances of atmospheric Ar." Geochimica et Cosmochimica Acta 70.17 (2006): 4507-4512.

Rb: Catanzaro, E. J., et al. "Absolute isotopic abundance ratio and atomic weight of terrestrial rubidium." J. Res. Natl. Bur. Stand. A 73 (1969): 511-516.

Sr: Moore, L. J., et al. "Absolute isotopic abundance ratios and atomic weight of a reference sample of strontium." J. Res. Natl.Bur. Stand. 87.1 (1982): 1-8.

Sm: Chang, Tsing-Lien, et al. "Absolute isotopic composition and atomic weight of samarium." International Journal of Mass Spectrometry 218.2 (2002): 167-172.

Re: Gramlich, John W., et al. "Absolute isotopic abundance ratio and atomic weight of a reference sample of rhenium." J. Res. Natl. Bur. Stand. A 77 (1973): 691-698.

Os: Voelkening, Joachim, Thomas Walczyk, and Klaus G. Heumann. "Osmium isotope ratio determinations by negative thermal ionization mass spectrometry." Int. J. Mass Spect. Ion Proc. 105.2 (1991): 147-159.

U: Hiess, Joe, et al. "$^{238}$U/$^{235}$U systematics in terrestrial uranium-bearing minerals." Science 335.6076 (2012): 1610-1614.

Examples

Run this code
# returns the 238U/235U ratio of Hiess et al. (2012):
print(iratio('U238U235'))
# use the 238U/235U ratio of Steiger and Jaeger (1977):
iratio('U238U235',138.88,0)
print(iratio('U238U235'))

Run the code above in your browser using DataLab