plott: plot GC-MS data as a heatmap for constant speed of...

View source: R/general.R

plottR Documentation

plot GC-MS data as a heatmap for constant speed of temperature rising

Description

plot GC-MS data as a heatmap for constant speed of temperature rising

Usage

plott(data, log = FALSE, temp = c(100, 320))

Arguments

data

imported data matrix of GC-MS

log

transform the intensity into log based 10

temp

temperature range for constant speed

Value

heatmap

Examples

## Not run: 
matrix <- getmd(rawdata)
plott(matrix)

## End(Not run)

enviGCMS documentation built on Feb. 16, 2023, 8:08 p.m.