Description Usage Arguments Value See Also
to_delta
converts another isotopic data type to a delta value.
The to_d
function is a shorthand for to_delta
but otherwise identical.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | to_delta(iso, ref_ratio)
to_d(iso, ref_ratio)
## S4 method for signature 'ANY,ANY'
to_delta(iso, ref_ratio)
## S4 method for signature 'Isosys,missing'
to_delta(iso, ref_ratio)
## S4 method for signature 'Delta,missing'
to_delta(iso, ref_ratio)
## S4 method for signature 'FractionationFactor,missing'
to_delta(iso, ref_ratio)
## S4 method for signature 'FractionationFactor,numeric'
to_delta(iso, ref_ratio)
## S4 method for signature 'FractionationFactor,Ratio'
to_delta(iso, ref_ratio)
## S4 method for signature 'Ratio,missing'
to_delta(iso, ref_ratio)
## S4 method for signature 'Ratio,numeric'
to_delta(iso, ref_ratio)
## S4 method for signature 'Ratio,Ratio'
to_delta(iso, ref_ratio)
## S4 method for signature 'Ratios,Ratios'
to_delta(iso, ref_ratio)
## S4 method for signature 'Abundance,ANY'
to_delta(iso, ref_ratio)
|
iso |
isotopic data object ( |
ref_ratio |
the refernce ratio associated with the delta value. This is optional but required if planning later conversions back to ratios or abundane values. Can be supplied as a raw numeric numer or a Ratio object (in the case of the latter, the compound name of the Ratio object will be registered as the name of the reference). |
isotope delta
object if iso can be converted to a delta
, an error otherwise
Other data type conversions: to_abundance
,
to_ff
, to_ratio
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.