auc | R Documentation |
Summarize grouped chromatographic data (windowed chromatograms), returning the RT window as well as overall and baseline-corrected integrals.
auc(chromdata)
chromdata |
Tibble with columns |
A summary of the input tibble with additional columns:
rt_min
, rt_max
,
into
(integral overall),
intb
(integral baseline-corrected)
areas_rois <- xics %>% group_by(roi) %>% auc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.