plotms: plot GC/LC-MS data as a heatmap with TIC

View source: R/general.R

plotmsR Documentation

plot GC/LC-MS data as a heatmap with TIC

Description

plot GC/LC-MS data as a heatmap with TIC

Usage

plotms(data, log = FALSE)

Arguments

data

imported data matrix of GC-MS

log

transform the intensity into log based 10

Value

heatmap

Examples

## Not run: 
png('test.png')
plotms(matrix)
dev.off()

## End(Not run)

enviGCMS documentation built on April 3, 2025, 11:07 p.m.