plotmz: plot GC/LC-MS data as scatter plot

View source: R/general.R

plotmzR Documentation

plot GC/LC-MS data as scatter plot

Description

plot GC/LC-MS data as scatter plot

Usage

plotmz(data, inscf = 5, ...)

Arguments

data

imported data matrix of GC-MS

inscf

Log intensity cutoff for peaks, default 5

...

parameters for 'plot' function

Value

scatter plot

Examples

## Not run: 
library(faahKO)
cdfpath <- system.file('cdf', package = 'faahKO')
cdffiles <- list.files(cdfpath, recursive = TRUE, full.names = TRUE)
matrix <- getmd(cdffiles[1])
png('test.png')
plotmz(matrix)
dev.off()

## End(Not run)

yufree/enviGCMS documentation built on Sept. 12, 2023, 6:34 p.m.