pasteElements | R Documentation |
pasteElements
creates a chemical formula from element counts (such as
returned by countElements()
).
pasteElements(x)
x |
|
character()
with the chemical formulas.
Michael Witting and Sebastian Gibb
countElements()
elements <- c("C" = 6, "H" = 12, "O" = 6)
pasteElements(elements)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.