GenerateQCPlots {HiResTEC}R Documentation

GenerateQCPlots.

Description

GenerateQCPlots will produce QC plots for a list containing test results objects.

Usage

GenerateQCPlots(
  res_list = NULL,
  pdf_file = NULL,
  mfrow = NULL,
  skip_plots = NULL
)

Arguments

res_list

A list of result objects (each testing an individual mz pair).

pdf_file

Either APCI or ESI. Choice will modify some internal parameters and checks performed.

mfrow

If NULL automatically determined, otherwise useful to specify a layout.

skip_plots

NULL or numeric vector in which case plots with numbers in skip_plots will be empty.

Details

For individual candidates screen output is reasonable, otherwise a target PDF file should be specified.

Value

NULL.

Examples

# load evaluation result of example data
data(res_list)
# generate Figures on screen (use PDF output for mass evaluation)
GenerateQCPlots(res_list[1])


[Package HiResTEC version 0.62.3 Index]