containsElements | R Documentation |
containsElements
checks if one sum formula is contained in another.
containsElements(x, y)
x |
|
y |
|
logical
TRUE if y
is contained in x
Michael Witting and Sebastian Gibb
containsElements("C6H12O6", "H2O")
containsElements("C6H12O6", "NH3")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.