getMolarMass: getMolarMass

Description Usage Arguments Details Value References See Also Examples

View source: R/get.R

Description

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()

Usage

1
getMolarMass(atomsType, atomsNumber = 1)

Arguments

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)

Details

The function uses the GUM aproach based on the molecular formula(1).

Value

A data.frame with the molar mass (MM) and its standard uncertainty (u_MM)

References

(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

See Also

getAtomicWeights()

Examples

1
getMolecularMass(c("C","H"),c(1,4))

sergmonic/AtomicWeights documentation built on Dec. 23, 2021, 12:19 a.m.