View source: R/functions-utils.R
plotMsData | R Documentation |
UPDATE: please use plot()
from the MsExperiment
or
plot(x, type = "XIC")
from the MSnbase
package instead. See examples
in the vignette for more information.
The plotMsData
creates a plot that combines an (base peak )
extracted ion chromatogram on top (rt against intensity) and a plot of
rt against m/z values at the bottom.
plotMsData(
x,
main = "",
cex = 1,
mfrow = c(2, 1),
grid.color = "lightgrey",
colramp = colorRampPalette(rev(brewer.pal(9, "YlGnBu")))
)
x |
|
main |
|
cex |
|
mfrow |
|
grid.color |
a color definition for the grid line (or |
colramp |
a color ramp palette to be used to color the data points
based on their intensity. See argument |
Johannes Rainer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.