Learn R Programming

enviGCMS (version 0.5.7)

plott: 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 = F, temp = c(100, 320))

Arguments

data

imported data matrix of GC-MS

log

transform the intensity into log based 10

temp

temprature range for constant speed

Value

heatmap

Examples

Run this code
# NOT RUN {
matrix <- getmd(rawdata)
plott(matrix)
# }

Run the code above in your browser using DataLab