plotgroup {enviGCMS} | R Documentation |
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 separate the group |
Value
list linear regression model for the data matrix
Examples
## Not run:
data <- getmd(rawdata)
plotgroup(data)
## End(Not run)
[Package enviGCMS version 0.7.1 Index]