Description Arguments Details Methods See Also
This method uses the rgl package to create interactive three dimensonal representations of the profile matrix. It uses the terrain color scheme.
object |
the |
log |
logical, log transform intensity |
aspect |
numeric vector with aspect ratio of the m/z, retention time and intensity components of the plot |
... |
arguments passed to |
The rgl package is still in development and imposes some limitations on the output format. A bug in the axis label code means that the axis labels only go from 0 to the aspect ratio constant of that axis. Additionally the axes are not labeled with what they are.
It is important to only plot a small portion of the profile matrix. Large portions can quickly overwhelm your CPU and memory.
plotSurf(object, log = FALSE, aspect = c(1, 1, .5), ...)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.