Description Usage Arguments Value Examples
View source: R/correct_chem_formula.R
Orders elements in chemical formulas alphabetically and adds 1 for elements that occur only once.
1 | correct_chem_formula(chem.forms, isotopes)
|
chem.forms |
Vector of character strings with chemical formulas. |
isotopes |
dataframe with stable isotopes (see
|
Vector of character strings with corrected chemical formulas
1 2 3 4 5 | library(enviPat)
data("isotopes")
correct_chem_formula(chem.forms = c("C44H92NO6P", "C6H12O6"),
isotopes = isotopes)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.