Description Usage Arguments Details Value Author(s) References See Also Examples
Initialize the information about name, mass and isotopes. To reduce the number of decomposition hypotheses, subsets of elements can be created.
1 2 3 4 |
names |
vector of element names within PSE |
These functions return full, pre-defined or user-defined (sub-) lists of elements.
A list with the elements
name |
repeated sum formula |
mass |
nominal mass of molecule |
isotope |
a list of isotopes |
The initializeCharges() is special, since it allows to parse charges
such as getMolecule("H3O+", elements=c(initializeCHNOPS(),initializeCharges()))
Steffen Neumann <sneumann@IPB-Halle.DE>
For a description of the underlying IMS see: see citation("Rdisop")
Isotope patterns obtained through wikipedia.org
1 2 | # For Ethanol:
elements <- initializeCHNOPS()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.