levelplot-methods | R Documentation |
Create an image of the raw (profile) data m/z against retention time, with the intensity color coded.
x |
xcmsRaw object. |
log |
Whether the intensity should be log transformed. |
col.regions |
The color ramp that should be used for encoding of the intensity. |
rt |
wheter the original ( |
... |
Arguments for |
levelplot(x, log=TRUE, col.regions=colorRampPalette(brewer.pal(9,
"YlOrRd"))(256), ...)
levelplot(x, log=TRUE, col.regions=colorRampPalette(brewer.pal(9,
"YlOrRd"))(256), rt="raw", ...)
Johannes Rainer, johannes.rainer@eurac.edu
xcmsRaw-class
, xcmsSet-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.