Learn R Programming

enviGCMS (version 0.7.1)

plotgroup: Plot the response group of GC-MS

Description

Plot the response group of GC-MS

Usage

plotgroup(data, threshold = 2)

Value

list linear regression model for the data matrix

Arguments

data

imported data matrix of GC-MS

threshold

the threshold of the response (log based 10) to separate the group

Examples

Run this code
if (FALSE) {
data <- getmd(rawdata)
plotgroup(data)
}

Run the code above in your browser using DataLab