Integration: Just integrate data according to fixed rt and fixed noise...

View source: R/peaks.R

IntegrationR Documentation

Just integrate data according to fixed rt and fixed noise area

Description

Just integrate data according to fixed rt and fixed noise area

Usage

Integration(data, rt = c(8.3, 9), brt = c(8.3, 8.4), smoothit = TRUE)

Arguments

data

file should be a dataframe with the first column RT and second column intensity of the SIM ions.

rt

a rough RT range contained only one peak to get the area

brt

a rough RT range contained only one peak and enough noises to get the area

smoothit

logical, if using an average smooth box or not. If using, n will be used

Value

area integration data

Examples

## Not run: 
area <- Integration(data)

## End(Not run)

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