Description Usage Arguments Value
View source: R/plotEICDetectedPeakwidth.R
Plot a ROI across multiple samples (x axis is RT, y axis is intensity) with the matching detected peak rt and peakwidth under it. If curveFit is provided, the fitted curve for each compound is added. RT and peakwidth are plotted in the order spectra are passed, with the first spectra on top.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
ROIDataPointSampleList |
(list) list of |
cpdID |
(str) Compound ID |
cpdName |
(str) Compound Name |
rt |
(float) vector of detected peak apex retention time (in sec) |
rtMin |
(float) vector of detected peak minimum retention time (in sec) |
rtMax |
(float) vector ofdetected peak maximum retention time (in sec) |
mzMin |
(float) ROI minimum m/z (matching EIC) |
mzMax |
(float) ROI maximum m/z (matching EIC) |
ratio |
(float) value between 0 and 1 defining the vertical percentage taken by the EICs subplot |
sampling |
(int) Number of points to employ when plotting fittedCurve |
curveFitSampleList |
(list) NULL or a list of
|
sampleColour |
(str) NULL or vector colour for each sample (same length
as |
verbose |
(bool) if TRUE message when NA scans are removed |
Grob (ggplot object)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.