plotkms: plot the kendrick mass defect diagram

View source: R/mda.R

plotkmsR Documentation

plot the kendrick mass defect diagram

Description

plot the kendrick mass defect diagram

Usage

plotkms(data, cutoff = 1000)

Arguments

data

vector with the name m/z

cutoff

remove the low intensity

See Also

getmassdefect

Examples

## Not run: 
mz <- c(10000,5000,20000,100,40000)
names(mz) <- c(100.1022,245.2122,267.3144,400.1222,707.2294)
plotkms(mz)

## End(Not run)

enviGCMS documentation built on Feb. 16, 2023, 8:08 p.m.