| plot_peak_areas.PeakRes | R Documentation |
Plot peak areas
plot_peak_areas.PeakRes(
peaks_res,
normalize = TRUE,
blanks = TRUE,
compounds = NULL,
analytes = TRUE,
standards = TRUE,
QCs = TRUE,
type = "bar"
)
peaks_res |
PeakRes object |
normalize |
logical. If TRUE, normalize the peak area by the IS area. |
blanks |
logical. If TRUE, plot blanks |
compounds |
numeric vector of compound numbers to include. If NULL, include all compounds |
analytes |
logical. If TRUE, plot analytes |
standards |
logical. If TRUE, plot standards |
QCs |
logical. If TRUE, plot QCs |
type |
character. Either "bar" or "line" |
ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.