findline | R Documentation |
find line of the regression model for GC-MS
findline(data, threshold = 2, temp = c(100, 320))
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) |
list linear regression model for the matrix
## Not run: data <- getmd(rawdata) findline(data) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.