Description Usage Arguments Details Value References See Also Examples
This function return the standard molar mass and its standard uncertainty for a given molecular formula.
The standard atomic weights used are obtained from getAtomicWeight()
1 | getMolarMass(atomsType, atomsNumber = 1)
|
atomsType |
A string vector with chemical symbols for the elements in the molecular formula |
atomsNumber |
A int vector with the number of atoms for each element in the molecular formula (by default =1) |
The function uses the GUM aproach based on the molecular formula(1).
A data.frame with the molar mass (MM) and its standard uncertainty (u_MM)
(1) Possolo, A., van der Veen, A., Meija, J., Hibbert, D.B., Interpreting and propagating the uncertainty of the standard atomic weights, Pure Appl. Chem. 2018; 90(2): 395–424.https://doi.org/10.1515/pac-2016-0402
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.