multiform | R Documentation |
Multiply all atom numbers in a chemical formula by a factor
multiform(formula_in,fact)
formula_in |
Chemical formula to be multiplied, vector of character strings |
fact |
Factor to multiply with |
Useful for adduct calculations, check adducts
.
Chemical formulas must conform to what is described in check_chemform
.
Multiplied chemical formula, character string
Martin Loos
adducts
formula_in <- "C10[13]C2H10Cl10" multiform(formula_in, 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.