R/peaks.R
GetIntegration.Rd
GetIntegration was mainly used for get the integration of certain ion's chromatogram data and plot the data
file should be a dataframe with the first column RT and second column intensity of the SIM ions.
a rough RT range contained only one peak to get the area
points in the moving average smooth box, default value is 5
numbers of points for regression to get the slope
the threshold value for start/stop peak as percentage of max slope
numbers of the points for the baseline of the signal
logical, if using a horizon line to get area or not
logical, if using an average smooth box or not. If using, n will be used
logical, if using the left half peak to calculate the area
integration data such as peak area, peak height, signal and the slope data.
if (FALSE) {
list <- GetIntegration(data)
}