plot_xic: Plot Extracted Ion Chromatogram

View source: R/plot_xic.R

plot_xicR Documentation

Plot Extracted Ion Chromatogram

Description

Take a table of rt and intensity coordinates, return a list of gg objects representing a chromatogram with baseline-corrected area filled.

Usage

plot_xic(coords, alpha = 0.4)

Arguments

coords

rt and intensity coords

Examples

xic_gg <- plot_xic(chromdata %>% filter(roi == 2))


octopode/tidychrom documentation built on Nov. 2, 2022, 1:32 a.m.