SHOWTOMO(RTOMO)
SHOWTOMO()所属R语言包:RTOMO
Show many layers of tomoggraphic model
多层次的tomoggraphic模型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plots a row of layers for quick view of tomographic results with map overlay.
图一排层为快速浏览断层与图叠加的结果。
用法----------Usage----------
SHOWTOMO(MOD, colmap = topo.colors(100), zlim = NULL, MAP = NULL, I = 1,
J = 2, bkgr="white", linelty = 1, linelwd = 1, ptpch=".", ptcex=1)
参数----------Arguments----------
参数:MOD
MODEL list
型号列表
参数:colmap
color palette
调色板
参数:zlim
Limit
限制
参数:MAP
Map list (GEOmap)
图列表(GEOmap)
参数:I
first lay index
先打好指数
参数:J
last layer index
最后一层指数
参数:bkgr
background color
背景颜色
参数:linelty
Line type, for GEOmap
线路类型,GEOmap
参数:linelwd
line width, for GEOmap
线宽,GEOmap
参数:ptpch
plotting character for strokes (style=1) that are plotted as points, for GEOmap
绘制人物的笔触样式(样式= 1)绘制点,GEOmap
参数:ptcex
character expansion factor for style=1 strokes, for GEOmap
字符膨胀系数风格= 1招,GEOmap
值----------Value----------
Graphical Side effects
图形化的副作用
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
FANCY.TOMO
FANCY.TOMO
实例----------Examples----------
data(HELMOD)
data(HELMAP)
SHOWTOMO(HELMOD, MAP=HELMAP, bkgr="beige", I=1, J=15)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|