plotFA: Plot FA EICs

View source: R/processing.R

plotFAR Documentation

Plot FA EICs

Description

Plot FA EICs

Usage

plotFA(msbatch, dmz, verbose = TRUE)

Arguments

msbatch

annotated msbatch.

dmz

mz tolerance in ppm for EIC extraction.

verbose

print information messages.

Value

annotated msbatch with saved plots.

Author(s)

M Isabel Alcoriza-Balaguer <maribel_alcoriza@iislafe.es>

Examples

## Not run: 
msbatch <- annotateFA(msbatch, dmz = 5)

plots <- plotFA(msbatch, dmz = 10)

pdf("FAs.pdf")
for (p in 1:length(plots)){
  print(plots[[p]])
}
dev.off()

## End(Not run)


FAMetA documentation built on Jan. 11, 2023, 5:18 p.m.