mergeform | R Documentation |
Combine chemical formulas
mergeform(formula1,formula2)
formula1 |
Vector of first chemical formula(s), character string(s) |
formula2 |
Second chemical formula, single character string |
Useful for adduct calculations, check adducts
.
Chemical formulas must conform to what is described in check_chemform
.
Merged chemical formula(s), character string
Martin Loos
adducts
formula1<-c("C10[13]C2H10Cl10") formula2<-c("C2H5Na1") mergeform(formula1,formula2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.