to_VPDB | R Documentation |
to_VPDB()
convert d18O value expressed on the VSMOW scale
to the VPDB scale.
to_VPDB(d18O_VSMOW, eq = "IUPAC")
d18O_VSMOW |
d18O values expressed on the VSMOW scale (‰). |
eq |
Equation used for the conversion.
|
The IUPAC recommended equation to convert between the scales is:
\delta^{18}O_{VPDB} = 0.97001 \times \delta^{18}O_{VSMOW} - 29.99
Returns the d18O value expressed on the VPDB scale (‰).
References are listed at to_VSMOW()
.
to_VSMOW()
converts d18O values expressed on the VPDB scale
to the VSMOW scale.
to_VPDB(0)
to_VPDB(0, eq = "Coplen83")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.