plotSurf-methods(xcms)
plotSurf-methods()所属R语言包:xcms
Plot profile matrix 3D surface using OpenGL
图简介矩阵3D表面使用OpenGL
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method uses the rgl package to create interactive three dimensonal representations of the profile matrix. It uses the terrain color scheme.
这种方法使用的的RGL包来创建交互式的轮廓矩阵dimensonal交涉。它利用地形的配色方案。
参数----------Arguments----------
参数:object
the xcmsRaw object
xcmsRaw对象
参数:log
logical, log transform intensity
逻辑,登录改造力度
参数:aspect
numeric vector with aspect ratio of the m/z, retention time and intensity components of the plot
数字向量的m / z,保留时间和强度的图组件的长宽比
参数:...
arguments passed to profRange
参数传递profRange
Details
详情----------Details----------
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.
RGL包仍处于发展和对输出格式的一些限制。轴标签代码中的错误,是指轴标签只能从0到该轴的固定长宽比。此外,轴标记,它们是什么。
It is important to only plot a small portion of the profile matrix. Large portions can quickly overwhelm your CPU and memory.
重要的是,仅绘制的轮廓矩阵的一小部分。大部分能够迅速压倒你的CPU和内存。
方法----------Methods----------
plotSurf(object, log = FALSE, aspect = c(1, 1, .5), ...)
plotSurf(object, log = FALSE, aspect = c(1, 1, .5), ...)
参见----------See Also----------
xcmsRaw-class
xcmsRaw-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|