countElements {MetaboCoreUtils} | R Documentation |
countElements
parses a string representing a chemical formula into a named
vector of element counts.
countElements(x)
x |
|
integer
with the element counts (names being elements).
Michael Witting
countElements("C6H12O6") countElements("C11H12N2O2")