plot_xic | R Documentation |
Take a table of rt and intensity coordinates, return a list of gg objects representing a chromatogram with baseline-corrected area filled.
plot_xic(coords, alpha = 0.4)
coords |
rt and intensity coords |
xic_gg <- plot_xic(chromdata %>% filter(roi == 2))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.