plot_peaks {Autotuner} | R Documentation |
@description This funciton plots the peak identified within chromatography.
plot_peaks(Autotuner, boundary = 10, peak)
Autotuner |
An Autotuner objected containing sample specific raw data. |
boundary |
UI input value that defines the boundary around the peak to visualize it. |
peak |
A Numeric index obtained from UI that indicates which peak should be visualized. |
This function plots individual peaks selected by signal processing and expanded with a regression to allow the user to validate the selected signal processing parameters.
This function outputs plots that are meant to go into the peakVis UI.
Autotuner <- readRDS(system.file("extdata/Autotuner.rds", package="Autotuner")) plot_peaks(Autotuner = Autotuner, boundary = 100, peak = 1)