pltomo(RTOMO)
pltomo()所属R语言包:RTOMO
plot a layer in 3D tomogram
绘制一个层在3D断层扫描
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simple plot of a layer in 3D tomogram
图简单的层在3D断层扫描
用法----------Usage----------
pltomo(x,y,MOD,i, colmap=rainbow(100), zlim=NULL, bkgr="DarkSlateGray4", ...)
参数----------Arguments----------
参数:x
x nodes
x个节点
参数:y
y nodes
Y NODES
参数:MOD
Model Structure
模型结构
参数:i
layer to plot
层来绘制
参数:colmap
color palette
调色板
参数:zlim
vector (v1, v2) limit of z values
矢量(V1,V2)的限制的z值
参数:bkgr
background color for NA values
NA值的背景颜色
参数:...
graphical parameters from par()
图形参数从参数()
Details
详细信息----------Details----------
Does not set the projection, does not add any markup - all this does is start the plotting set up and puts the image on the plot.
不设置投影,不添加任何标记 - 这一切都开始绘图成立,将图像的图。
值----------Value----------
Graphical Side effects
图形化的副作用
注意----------Note----------
This routine is used by SHOWTOMO
此例程用于SHOWTOMO
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
FANCY.TOMO, SHOWTOMO, GXMA3DV
FANCY.TOMO,SHOWTOMO,GXMA3DV
实例----------Examples----------
data(HELMOD)
pltomo(HELMOD$x,HELMOD$y,HELMOD$MOD,5, col=tomo.colors(100), zlim=NULL, bkgr="white" )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|