aw | R Documentation |
Get the atomic weight of an element
aw(sym, dataSource = "IUPAC")
sym |
symbol of the element as a string |
dataSource |
the data source for the atomic weight, either |
Atomic weight of element with the given symbol
IUPAC_StdAW for the table of standard atomic weights by IUPAC and pte for a full periodic table of elements
aw('H')
aw('H')*2+aw('O')
aw('Li', dataSource= "pubchem")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.