XYSETUP(Rquake)
XYSETUP()所属R语言包:Rquake
Set up matrix for hypocenter inversion
设置矩阵反演震源
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Set up matrix for hypocenter inversion
设置矩阵反演震源
用法----------Usage----------
XYSETUP(STAS, init, vel)
参数----------Arguments----------
参数:STAS
station information from pickfile
站信息pickfile
参数:init
initial event location
最初的事件位置
参数:vel
list, velocity
列表中,速度
Details
详细信息----------Details----------
This sets up the matrix used for nonlinear inversion. The code does not include information on the weighting. Station corrections are included.
建立了的矩阵用于非线性反演。代码不包括信息的权重。站改正。
The STAS are an internal component of the pickfile.
的的STAS是一个内部组件的pickfile。
值----------Value----------
matrix
矩阵
注意----------Note----------
Need scheme for weighting according to errors in picks and distance weighting.
需要计划为权重,根据权和距离权重中的错误。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
setPROJ, GLOB.XY,NLSlocate
setPROJ,GLOB.XY,NLSlocate
实例----------Examples----------
## Not run: [#不运行:]
## start with the location of the closest station[#从最近的车站的位置]
XY = XYSETUP(STAS, c(STAS$lat[w1],STAS$lon[w1], initz, STAS$sec[w1]-t0a ) , vel )
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|