Plot peak areas
plot_peak_areas.PeakRes(
peaks_res,
normalize = TRUE,
blanks = TRUE,
compounds = NULL,
analytes = TRUE,
standards = TRUE,
QCs = TRUE,
type = "bar"
)ggplot2 object
PeakRes object
logical. If TRUE, normalize the peak area by the IS area.
logical. If TRUE, plot blanks
numeric vector of compound numbers to include. If NULL, include all compounds
logical. If TRUE, plot analytes
logical. If TRUE, plot standards
logical. If TRUE, plot QCs
character. Either "bar" or "line"