getvertsorder(RSEIS)
getvertsorder()所属R语言包:RSEIS
Get Order of Picks from P-wave Arrivals
获取订单的精选P波到达
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Uses a Pickfile and the Waveform file, and creates a vector ordering the waveforms by P-wave arrival.
使用一个Pickfile的波形文件,并创建一个向量排序由P波的波形。
用法----------Usage----------
getvertsorder(P, GU)
参数----------Arguments----------
参数:P
Pickfile Structure
Pickfile结构
参数:GU
Waveform structure
波形结构
Details
详细信息----------Details----------
Waveforms structure may already have pickfile, but this is overridden by input pickfile P.
波形结构中可能已经有pickfile,但,这是所覆盖输入pickfile P.
值----------Value----------
list:
列表:
参数:sel
index of traces in order of first P-wave arrival
指数的痕迹,以第一P波
参数:win
vector, c(1,2), time window from the first arrival to the last
向量时,c(1,2),从第一次到达最后的时间窗口
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees.edu>
参见----------See Also----------
swig
痛饮
实例----------Examples----------
data(GH)
vertord = getvertsorder(GH$pickfile, GH)
swig(GH, sel=vertord$sel, WIN=vertord$win, SHOWONLY=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|