plotarrivals(RSEIS)
plotarrivals()所属R语言包:RSEIS
plot theoretical arrival times for a seismic section
图理论到达时间的地震剖面
译者:生物统计家园网 机器人LoveR
描述----------Description----------
plot theoretical arrival times for a seismic section
图理论到达时间的地震剖面
用法----------Usage----------
plotarrivals(x, THEORY, add = FALSE)
参数----------Arguments----------
参数:x
matrix of wiggles
矩阵晃
参数:THEORY
theoretical arrivals
理论来港定居人士
参数:add
logical, if TRUE=Add to existing plot
逻辑,如果TRUE =添加到现有的图
Details
详细信息----------Details----------
plots go from top of page down
图从顶部向下翻页
值----------Value----------
graphical side effect
图形化的副作用
注意----------Note----------
Used for adding information to wiggle plots.
用于摆动图将信息添加到。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
symshot1, wiggleimage
symshot1,wiggleimage
实例----------Examples----------
S1 = symshot1()
wiggleimage(S1$smograms , dt=(-S1$dt), dx=S1$dx)
plotarrivals(S1$x, S1$THEORY, add = TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|