Learn R Programming

MSbox (version 1.4.8)

E_iso: Element isotopes

Description

check element isotope information

Usage

E_iso(S)

Arguments

S

element, can be element symbol (i.e. C) or full name (i.e. Carbon). Both Element symbol and full name are case insensitive.

Author

Yonghui Dong

Examples

Run this code
 E_iso('Na') # element symbol
 E_iso('nA') # element symbol, case insensitive
 E_iso('Carbon') # element full name
 E_iso('carBon') # element full name, case insensitive

Run the code above in your browser using DataLab