chak(Rquake)
chak()所属R语言包:Rquake
View Picked Data
查看排行榜数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Sequentially view data that has been picked previously using GPIX or PPIX and stored as wpx files.
顺序已经被拾取以前使用GPIX或PPIX WPX文件和存储的数据。
用法----------Usage----------
chak(DBnov, gstas, gcomps, fn, stas, vel, kind = 2, Iendian = 1, BIGLONG = FALSE)
参数----------Arguments----------
参数:DBnov
RSEIS data base
RSEIS数据库
参数:gstas
stations to extract
站提取
参数:gcomps
components to extract
提取的组件
参数:fn
wpx file name
WPX文件名
参数:stas
station list
电台列表
参数:vel
1D velocity model
一维速度模型
参数:kind
kind of data, 0=nativeR, 1=segy, 2=sac
种数据,0 = nativeR在1 = 2 =囊SEGY,
参数:Iendian
endian
尾数
参数:BIGLONG
big long or short long
大长或短长
Details
详细信息----------Details----------
Program is used for detailed picking. A wpx list exists and is read into memory, then the data is extracted from the disk, plotted with swig.
计划的详细采摘。一个WPX列表不存在被读入内存,然后将数据从磁盘中提取出来,绘制出痛饮。
值----------Value----------
Pickfile
Pickfile
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
viewCHAC
viewCHAC
实例----------Examples----------
## Not run: [#不运行:]
lf = list.files(path="/Users/lees/Site/CHAC/PIX", pattern=".RDATA", full.names=TRUE)
for(i in 1:length(lf))
{
fn = lf[i]
ret = chak(DBnov , gstas, gcomps , fn, stas, kind=2, Iendian=1, BIGLONG=FALSE)
if(ret$but == "QUIT") break
}
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|