powered by
find line of the regression model for GC-MS
findline(data, threshold = 2, temp = c(100, 320))
imported data matrix of GC-MS
the threshold of the response (log based 10)
the scale of the oven temprature(constant rate)
list linear regression model for the matrix
# NOT RUN { data <- getmd(rawdata) findline(data) # }
Run the code above in your browser using DataLab