Gfirstguess(Rquake)
Gfirstguess()所属R语言包:Rquake
First gues from a pick file
从选择文件的第一客串
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Extract the lat lon from the pick file.
从选择文件提取纬度经度。
用法----------Usage----------
Gfirstguess(Ldat, type = "first")
参数----------Arguments----------
参数:Ldat
参数:type
one of "first", "mean", or "median"
一个“第一”,“是什么意思”,或者“中位数”
Details
详细信息----------Details----------
Either the earliest arrival or the average station is returned. Used internally in the earthquake location program to provide a first guess.
无论是最早到达或平均站返回。在内部使用的地震定位程序提供的第一个猜测。
值----------Value----------
vector, lat, lon, z and tee
矢量,纬度,经度,Z和T恤
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
Klocate
Klocate
实例----------Examples----------
## Not run: [#不运行:]
twpx = latlonz2wpx(twpx, stas)
g1 = Gfirstguess(twpx, type = "first")
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|