to_VSMOW | R Documentation |
to_VSMOW()
converts d18O value expressed on the VPDB scale
to the VSMOW scale.
to_VSMOW(d18O_VPDB, eq = "IUPAC")
d18O_VPDB |
d18O values expressed on the VPDB scale (‰). |
eq |
Equation used for the conversion.
|
The IUPAC recommended equation to convert between the scales is:
\delta^{18}O_{VSMOW} = 1.03092 \times \delta^{18}O_{VPDB} + 30.92
Returns the d18O value expressed on the VSMOW scale (‰).
Coplen, T. B., Kendall, C., & Hopple, J. (1983). Comparison of stable isotope reference samples. Nature, 302, 236-238. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1038/302236a0")}
Brand, W. A., Coplen, T. B., Vogl, J., Rosner, M., & Prohaska, T. (2014). Assessment of international reference materials for isotope-ratio analysis (IUPAC Technical Report). Pure and Applied Chemistry, 86(3), 425-467. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1515/pac-2013-1023")}
Kim, S.-T., Coplen, T. B., & Horita, J. (2015). Normalization of stable isotope data for carbonate minerals: Implementation of IUPAC guidelines. Geochimica et Cosmochimica Acta, 158, 276-289. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1016/j.gca.2015.02.011")}
to_VPDB()
converts d18O values expressed
on the VSMOW scale to the VPDB scale.
to_VSMOW(0)
to_VSMOW(0, eq = "Coplen83")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.