xic_plot: Make an Extracted Ion Chromatogram

View source: R/xic_plot.R

xic_plotR Documentation

Make an Extracted Ion Chromatogram

Description

Generates an interactive or static plot of a XIC generated by get_xic

Usage

xic_plot(XICobj, Smooth = FALSE, Interactive = FALSE)

Arguments

XICobj

Object of the xic class from get_xic

Smooth

A True/False to indicate whether the plot should be smoothed. Default is FALSE.

Interactive

A True/False to indicate whether the plot should be interactive. Default is FALSE.

Examples

## Not run: 

# Test with bottom up data. See ?get_xic
xic_plot(xictest1)
xic_plot(xictest1, Smooth = TRUE, Interactive = TRUE)

# Test with top down raw data. See ?get_xic
xic_plot(xictest2)


## End(Not run)

EMSL-Computing/pspecterlib documentation built on Jan. 28, 2024, 8:13 p.m.