Learn R Programming

MSbox (version 0.1.0)

adduct: Common adducts

Description

calculate common adduct ions in pos or neg ion mode

Usage

adduct(F, mode = c("+", "-"))

Arguments

F

chemical formula, must be written in capital letters

mode

ionization mode, either positive '+' or negative '-'

Examples

Run this code
# NOT RUN {
adduct('C1H4',mode = '-')
adduct('C1H4',mode = '+')
# }

Run the code above in your browser using DataLab