Learn R Programming

enviGCMS (version 0.8.0)

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

Description

plot GC/LC-MS data as scatter plot

Usage

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

Value

scatter plot

Arguments

data

imported data matrix of GC-MS

inscf

Log intensity cutoff for peaks, default 3.5

...

parameters for `plot` function

Examples

Run this code
if (FALSE) {
data(matrix)
png('test.png')
plotmz(matrix)
dev.off()
}

Run the code above in your browser using DataLab