plotseis24(RSEIS)
plotseis24()所属R语言包:RSEIS
Plot 24 hours of seismic data
图24小时的地震数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot 24 hours of seismic data using output of getseis24.
图地震资料的输出getseis24 24小时。
用法----------Usage----------
plotseis24(JJ, dy = 1/18, FIX = 24, SCALE = 0, FILT = list(ON = FALSE,
fl = 0.05, fh = 20, type = "BP", proto = "BU"), RCOLS = c(rgb(0.2, 0.2,
1), rgb(0.2, 0.2, 0.2)), add=FALSE )
参数----------Arguments----------
参数:JJ
output list of getseis24
输出的getseis24列表
参数:dy
Delta-y in percentage of trace
中微量的百分比增量y
参数:FIX
Fix 24 hour plot. If FIX is less than 24, the plot will show only that number of hours.
修复图24小时。如果FIX小于24,该图将只显示小时数。
参数:SCALE
scale, 0=scale each trace, 1=scale window
标,0 =比例每根走线,1 =缩放窗口
参数:FILT
filter data
参数:RCOLS
colors
颜色
参数:add
logical, if TRUE, add to existing plot (i.e. do not issue a plot command)
逻辑,如果属实,添加到现有的图(即不发出绘图命令)
Details
详细信息----------Details----------
Plots full 24 hours of data. The list returned can be used by winseis24 to get picks and windows for zooming.
图完整的24小时的数据。返回的列表可以使用winseis24权和窗口进行缩放。
The FIX argument is currently not available.
FIX参数是当前不可用。
值----------Value----------
list:
列表:
参数:x
x-axis
x-轴
参数:y
y-axis
y轴
参数:yr
year
年
参数:jd
julian day
儒略日
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
getseis24, winseis24
getseis24,winseis24
实例----------Examples----------
## Not run: [#不运行:]
JJ = getseis24(DB, 2008, 366, usta, acomp, kind = 1)
### show with no scaling[##显示没有缩放]
pjj = plotseis24(JJ, dy=1/18, FIX=24, SCALE=0, FILT=list(ON=FALSE,
fl=0.05 , fh=20.0, type="BP", proto="BU"), RCOLS=c(grey(0.8) , grey(0.8)), add=FALSE )
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)), add=TRUE )
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|