findline {enviGCMS} | R Documentation |
find line of the regression model for GC-MS
Description
find line of the regression model for GC-MS
Usage
findline(data, threshold = 2, temp = c(100, 320))
Arguments
data |
imported data matrix of GC-MS |
threshold |
the threshold of the response (log based 10) |
temp |
the scale of the oven temperature (constant rate) |
Value
list linear regression model for the matrix
Examples
## Not run:
data <- getmd(rawdata)
findline(data)
## End(Not run)
[Package enviGCMS version 0.7.1 Index]