SELstaDB(Rquake)
SELstaDB()所属R语言包:Rquake
Pick stations and components interactively
选择站和组件的交互方式
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Pick stations and components interactively. This is a routine used in swig.
接送站和组件交互。这是一个常规使用中痛饮。
用法----------Usage----------
SELstaDB(IDB, sel=1, newdev = TRUE, STAY = FALSE)
参数----------Arguments----------
参数:IDB
list of stations and components
站和部件列表
参数:sel
vector of index to selected traces
矢量指数选定的痕迹
参数:newdev
logical, whether to create a new device.
逻辑,是否要创建一个新的移动设备。
参数:STAY
logical, whether to keep device active.
逻辑,是否保持设备活动。
值----------Value----------
vector of index to list of stations and components
矢量指数站和组件列表
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
infoDB, makeDB
infoDB,makeDB
实例----------Examples----------
## Not run: [#不运行:]
fpath = "/Users/lees/Site/CHAC/DATA"
fpat = "201111"
DBnov = makeDB(fpath, fpat, kind=2, Iendian=1, BIGLONG=FALSE)
IDB = infoDB(DBnov)
SELstaDB(IDB)
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|