Learn R Programming

IDSL.UFA (version 2.0)

element_sorter: Element Sorter

Description

This module sorts 84 non-labeled and 14 labeled elements in the periodic table for molecular formula deconvolution and isotopic profile calculation.

Usage

element_sorter(ElementList = "all", alphabeticalOrder = TRUE)

Value

Elements

A string vector of elements (alphabetically sorted or unsorted)

massAbundanceList

A list of isotopic mass and abundance of elements.

Valence

A vector of electron valences.

Arguments

ElementList

A string vector of elements needed for isotopic profile calculation. The default value for this parameter is a vector string of entire elements.

alphabeticalOrder

`TRUE` should be used to sort the elements for elemental deconvolution (default value), `FALSE` should be used to keep the input order.

Examples

Run this code
EL_mass_abundance_val <- element_sorter()

Run the code above in your browser using DataLab