itoxyz(RPMG)
itoxyz()所属R语言包:RPMG
Vector Index to Matrix Index
矢量指数矩阵索引
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given I index get ix,iy, iz and vice versa
由于I指数GET IX,IY,IZ,反之亦然
用法----------Usage----------
itoxyz(i, nx, ny, nlay)
参数----------Arguments----------
参数:i
index to long vector
指数长矢量
参数:nx
number of blocks in x axis
x轴中的块数
参数:ny
number of blocks in y axis
在y轴方向的块数
参数:nlay
number of blocks in z axis (layers)
在z轴方向的数据块数(层)
值----------Value----------
参数:ix
Index of X-array
X阵列的指数
参数:iy
Index of Y-array
指数Y-阵
参数:iz
Index of Z-array (layer)
Z-阵列(层)的指数
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
实例----------Examples----------
itoxyz(24, 6, 6, 1)
itoxyz(2443, 20, 20, 13)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|