plot GC/LC-MS data as scatter plot
plotmz(data, inscf = 5, ...)
imported data matrix of GC-MS
Log intensity cutoff for peaks, default 5
parameters for `plot` function
scatter plot
if (FALSE) {
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()
}