View source: R/molform_functions.R
add_molforms | R Documentation |
Add molform objects together
add_molforms(..., CapNegatives = TRUE)
... |
Any number of molform objects from as.molform. |
CapNegatives |
A TRUE/FALSE to indicate whether negative elements should be capped at 0. Useful for modifications where elements are lost. Default is TRUE. |
## Not run:
add_molforms(as.molform("C6H12O6"), as.molform("H2K2F2Na5"), as.molform("H-1C-2"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.