Learn R Programming

PKbioanalysis (version 0.5.0)

plot_RT.PeakRes: Plot RT

Description

Plot RT

Usage

plot_RT.PeakRes(
  peaks_res,
  normalize = TRUE,
  blanks = TRUE,
  analytes = TRUE,
  standards = TRUE,
  QCs = TRUE,
  facet = FALSE,
  compounds = NULL
)

Value

ggplot2 object

Arguments

peaks_res

PeakRes object

normalize

logical. If TRUE, normalize the peak area by the IS area.

blanks

logical. If TRUE, plot blanks

analytes

logical. If TRUE, plot analytes

standards

logical. If TRUE, plot standards

QCs

logical. If TRUE, plot QCs

facet

logical. If TRUE, facet by compound name

compounds

numeric vector of compound numbers to include. If NULL, include all compounds