Learn R Programming

isogeochem (version 1.1.1)

D17O: Triple oxygen isotope value

Description

D17O() calculates the D17O value.

Usage

D17O(d18O, d17O, lambda = 0.528)

Value

Returns the D17O value (‰).

Arguments

d18O

Isotope delta value (‰).

d17O

Isotope delta value (‰).

lambda

Triple oxygen isotope reference slope. Default 0.528.

Details

$$\Delta^{17}O_{VSMOW} = \delta'^{17}O_{VSMOW} - \lambda \times \delta'^{18}O_{VSMOW} $$

Examples

Run this code
D17O(d18O = -10, d17O = -5, lambda = 0.528)

Run the code above in your browser using DataLab