get2Drayblox(RTOMO)
get2Drayblox()所属R语言包:RTOMO
Get 2D block from model description and ray path
2D块模型描述和射线路径
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Uses x-y coordinates of points to determine the indecies and lengths of rays penetrating the model.
使用的点的XY坐标,以确定indecies和长度的光线穿透模型。
用法----------Usage----------
get2Drayblox(x1, y1, x2, y2, xo, yo, NODES = FALSE, PLOT = FALSE)
参数----------Arguments----------
参数:x1
x coordinate of starting block
x坐标起始块
参数:y1
y coordinate of starting block
y坐标起始块
参数:x2
x coordinate of ending block
结束块的x坐标
参数:y2
y coordinate of ending block
y坐标结束块
参数:xo
x block divisions
x块分裂
参数:yo
y block divisions
Ÿ块分割
参数:NODES
logical, whether xo, yo ae nodes or edges
逻辑,无论是XO,哟AE节点或边缘
参数:PLOT
logical, TRUE=plot ray
逻辑,TRUE =图线
值----------Value----------
参数:ix
x index
x指数
参数:iy
y index
y索引
参数:iz
layer index
层指数
参数:lengs
length in each block
每个块的长度
参数:mids
midpoints of sections
节的中点
参数:nodes
nodes of a 2D vector representation of layer
层的2D矢量表示的节点
参数:LX
x-divisions
X-区划
参数:LY
y-divisions
Y-区划
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
get3Drayblox
get3Drayblox
实例----------Examples----------
xo = seq(from=0.5, by=1, length=100)
yo = seq(from=0.5, by=1, length=100)
IYZ = get2Drayblox(10, 4, 64, 50, xo, yo , NODES=FALSE, PLOT=FALSE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|