saveSingleFileMultiEIC {peakPantheR} | R Documentation |
Plot and save a .png
of all ROI (x is RT, y is
intensity), with the matching detected peak rt and peakwidth under it.
saveSingleFileMultiEIC( ROIsDataPoint, curveFit, foundPeakTable, savePath, width = 15, height = 15, verbose = TRUE )
ROIsDataPoint |
(list) a list of |
curveFit |
(list) a list of |
foundPeakTable |
(data.frame) |
savePath |
(str) Full path to save a .png of all ROI EICs,
expect |
width |
(float) Width in cm for a single ROI plot (if more than one plot in total, 2 columns will be used). dpi set to a 100. |
height |
(float) height in a cm for a single ROI plot. dpi set to 100 |
verbose |
(bool) if TRUE message progress |
None