OnePerSta(Rquake)
OnePerSta()所属R语言包:Rquake
One Phase Pick Per Station
单相匹克每站
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Require only one pick per station of a specified phase.
要求每站指定的相只有一个选秀权。
用法----------Usage----------
OnePerSta(twpx, phase = "Y")
参数----------Arguments----------
参数:twpx
WPX list
WPX列表
参数:phase
character, specific phase
字符,特定阶段
Details
详细信息----------Details----------
This is used to reduce the number of picks for specific station and phase. The purpose is avoid multiple P-wave phases for each station in the earthquake location routines.
这是用来减少纬纱的数目为特定的站和相位。其目的是避免在地震中为每个站的位置例程的多个P波阶段。
值----------Value----------
WPX list
WPX列表
注意----------Note----------
For S-waves there may be multiple S-wave arrivals, as in the case for shear wave splitting. In that case it is probably best to name the phases differently, as in S1, S2, for example.
对于S-波可能有多个S-波,横波分裂的情况下。在这种情况下,它可能是最好的命名不同的阶段,在S1,S2,例如。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
cleanWPX, repairWPX
cleanWPX,repairWPX
实例----------Examples----------
s1 = setWPX(name="HI", phase="P", yr=2011, jd=231, hr=4, mi=3, sec = runif(5))
s2 = setWPX(name="BYE", phase="P", yr=2011, jd=231, hr=4, mi=3, sec = runif(5))
s3 = catWPX(s1, s2)
s4 = OnePerSta(s3, phase = "P")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|