Description Usage Arguments Value Author(s) Examples
This function takes as input a list with objects of type MassSpectra. The easiest way to obtain the input data, is to use mclapply from the parallel package.
1 2 3 4 5 6 7 8 9 10 11 | overlayPlot(objectList, ...)
## S4 method for signature 'list'
overlayPlot(
objectList,
...,
type = "l",
mzRange = c(1, 200),
PeakListObj = NULL,
cex.legend = 0.5
)
|
objectList |
list with object of type MassSpectra |
... |
additional args |
type |
character type of plot, usually 'l' |
mzRange |
vector numeric lower and upper range for plotting the spectra |
PeakListObj |
object a PeakList object can be provided to plot peaks |
cex.legend |
numeric text size |
graphical output
graphical output
Lorenz Gerber lorenz.gerber@slu.se
1 2 3 | library(tofsimsData)
data('tofsimsData')
overlayPlot(list(testImage, testSpectra))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.