找回密码
 注册
查看: 323|回复: 0

R语言 RTOMO包 makeMOD()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 23:30:12 | 显示全部楼层 |阅读模式
makeMOD(RTOMO)
makeMOD()所属R语言包:RTOMO

                                        Make a 3D model
                                         做一个3D模型

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Create a three-dimensional synthetic model for use in predicting travel-times.
创建一个三维的合成模型,用于预测旅行时间。


用法----------Usage----------


makeMOD(xo, yo, ztop, x, y, z, r, v, bg)



参数----------Arguments----------

参数:xo
x-nodes
X-节点


参数:yo
y-nodes
Y-节点


参数:ztop
tops of layers
层顶


参数:x
x-coordinates of balls
球的x坐标


参数:y
y-coordinates of balls  
球的y坐标


参数:z
z-coordinates of balls  
球的z坐标


参数:r
radii of balls
球的半径


参数:v
velocity of balls
速度球


参数:bg
background velocity for 1-D model
背景速度为1-D模型


Details

详细信息----------Details----------

Balls are spherical - this may change in future implementations to ellipsoids.
球是球形的 - 这可能会改变未来实现椭球。


值----------Value----------

Model List
型号列表


(作者)----------Author(s)----------


Jonathan M. Lees<jonathan.lees@unc.edu>



参见----------See Also----------

GXMA3D, SHOWTOMO
GXMA3D,SHOWTOMO


实例----------Examples----------




data(HELMOD)
data(HEL1D)

xo = HELMOD$x
yo = HELMOD$y
ztop=HEL1D$zp[1:15]
bg = HEL1D$vp[1:15]
x = 10
y = 15
z = 6
r = 6
v = 3




TM1 = makeMOD(xo, yo, ztop , x, y, z, r, v , bg )
SHOWTOMO(TM1)


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-28 05:28 , Processed in 0.021061 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表