wiggleimage(RSEIS)
wiggleimage()所属R语言包:RSEIS
Seismic section
地震剖面
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Plot a seismic section as shot record
因为拍摄记录绘制的地震剖面
用法----------Usage----------
wiggleimage(Arot, dt = 1, dx = 1, col = "black")
参数----------Arguments----------
参数:Arot
Matrix: columns are individual traces
矩阵列个人痕迹
参数:dt
Sample rate, seconds
采样率,秒
参数:dx
spacing in x-direction. If a vector is given, it is used instead and dx is taken from the difference of the first to elements.
在x方向上的间距。如果给出一个矢量,它是用来代替和dx是考虑从第一到元素的差。
参数:col
color for plotting wiggles
颜色绘制晃
Details
详细信息----------Details----------
Plot is arranged with time going down the page
图安排下去的页面
值----------Value----------
Graphical side effects
图形化的副作用
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
matsquiggle, varsquiggle
matsquiggle,varsquiggle
实例----------Examples----------
S1 = symshot1()
wiggleimage(S1$smograms, dt = -S1$dt, dx = S1$x, col = "black")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|