plotRecalibration {RMassBank} | R Documentation |
Plot the recalibration graph.
plotRecalibration(w, recalibrateBy = getOption("RMassBank")$recalibrateBy) plotRecalibration.direct(rcdata, rc, rc.ms1, title, mzrange, recalibrateBy = getOption("RMassBank")$recalibrateBy)
w |
The workspace to plot the calibration graph from |
recalibrateBy |
Whether recalibration was done by ppm ("ppm") or by m/z ("mz"). Important only for graph labeling here. |
rcdata |
A data frame with columns |
rc |
Predictor for MS2 data |
rc.ms1 |
Predictor for MS1 data |
title |
Prefix for the graph titles |
mzrange |
m/z value range for the graph |
Michele Stravs, Eawag <michael.stravs@eawag.ch>