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

View source: R/general.R

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(matrix)
findline(matrix)

## End(Not run)

enviGCMS documentation built on April 3, 2025, 11:07 p.m.