pickseis24(RSEIS)
pickseis24()所属R语言包:RSEIS
Pick zooms on 24 hour display
选择放大24小时显示
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Pick zooms on 24 hour display.
选择放大24小时显示。
用法----------Usage----------
pickseis24(pjj, DB, usta, ucomp)
参数----------Arguments----------
参数:pjj
output of plotseis24
输出plotseis24
参数:DB
Database of seismic trace meta data
地震道元数据资料库
参数:usta
stations to extract
站提取
参数:ucomp
components to extract
提取的组件
Details
详细信息----------Details----------
Use only 2 clicks on the plotseis24 display.
使用仅2点击plotseis24显示。
值----------Value----------
Graphical Side effects. Program starts swig
图形副作用。程序开始痛饮
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
swig, winseis24 , plotseis24 , getseis24
痛饮,winseis24,plotseis24,getseis24
实例----------Examples----------
## Not run: [#不运行:]
dev.new(width=8, height=12)
dev.new(width=12, height=8)
dev.set(2)
usta = "CAL"
acomp = "V"
JJ = getseis24(DB, 2009, 2, usta, acomp, kind = 1)
pjj = plotseis24(JJ, dy=1/18, FIX=24, SCALE=1, FILT=list(ON=FALSE, fl=0.05 , fh=20.0, type="BP", proto="BU"), RCOLS=c(rgb(0.2, .2, 1), rgb(.2, .2, .2)) )
ucomp = c("V", "N", "E", "I")
pickseis24(pjj, DB, usta, ucomp )
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|