findline: find line of the regression model for GC-MS

findlineR 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)

enviGCMS documentation built on Feb. 16, 2023, 8:08 p.m.