plotmz | R Documentation |
plot GC/LC-MS data as scatter plot
plotmz(data, inscf = 3.5, ...)
data |
imported data matrix of GC-MS |
inscf |
Log intensity cutoff for peaks, default 3.5 |
... |
parameters for 'plot' function |
scatter plot
## Not run:
data(matrix)
png('test.png')
plotmz(matrix)
dev.off()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.