powered by
This module sorts 84 non-labeled and 14 labeled elements in the periodic table for molecular formula deconvolution and isotopic profile calculation.
element_sorter(ElementList = "all", alphabeticalOrder = TRUE)
A string vector of elements (alphabetically sorted or unsorted)
A list of isotopic mass and abundance of elements.
A vector of electron valences.
A string vector of elements needed for isotopic profile calculation. The default value for this parameter is a vector string of entire elements.
`TRUE` should be used to sort the elements for elemental deconvolution (default value), `FALSE` should be used to keep the input order.
EL_mass_abundance_val <- element_sorter()
Run the code above in your browser using DataLab