Learn R Programming

enviGCMS (version 0.5.7)

plotgroup: Plot the response group of GC-MS

Description

Plot the response group of GC-MS

Usage

plotgroup(data, threshold = 2)

Arguments

data

imported data matrix of GC-MS

threshold

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

Value

list linear regression model for the data matrix

Examples

Run this code
# NOT RUN {
data <- getmd(rawdata)
plotgroup(data)
# }

Run the code above in your browser using DataLab