R_to_delta {NEONiso} | R Documentation |
R_to_delta
Description
R_to_delta
Usage
R_to_delta(R_values, element)
Arguments
R_values |
A vector of isotope ratios (e.g., R values). |
element |
Which element to return delta values - carbon, oxygen, or hydrogen. |
Value
Vector of isotope ratios in delta notation.
Author(s)
Rich Fiorella rfiorella@lanl.gov
Examples
R_to_delta(R_values = 2005.20e-6, element = 'oxygen') # returns 0.
[Package NEONiso version 0.7.0 Index]