Description Usage Arguments Details See Also
View source: R/initialization.R
Generate an isotope abundance object. See isotopia for general information on initializing and converting isotope data objects.
1 2 3 4 5 6 7 | abundance(..., major = get_iso_opts("default_major"), compound = "",
notation = get_iso_opts("default_ab_notation"), weight = numeric(),
single_as_df = FALSE)
ab(..., major = get_iso_opts("default_major"), compound = "",
notation = get_iso_opts("default_ab_notation"), weight = numeric(),
single_as_df = FALSE)
|
... |
- numeric vectors (can be named) to turn into isotope abundance objects |
major |
- name of the major isotope in the isotope system [optional], only of importance if converting from abundance to ratio or delta value, and want automatic name propagation |
compound |
- name of the compound the isotopic values belong to [optional] |
notation |
- what notation the abundance is in ('raw' values or 'percent'),
see |
The ab
function is a shorthand for abundance
but otherwise identical.
Other isotope data types: delta
,
fractionation_factor
,
intensity
, ratio
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.