slowprofile, velprofile(Rvelslant)
slowprofile, velprofile()所属R语言包:Rvelslant
Display the slowness or velocity profile
显示缓慢或流速剖面
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function plots the layered velocity or slowness model versus depth.
此函数曲线随深度的的层状速度缓慢模型,。
用法----------Usage----------
velprofile(mod, add = FALSE, col = "blue", lty = 1, lwd = 1, new = TRUE,
nticks = NULL, grid = FALSE, axes = TRUE, depth = "v",
bounds = TRUE)
slowprofile(mod, add = FALSE, col = "blue", lty = 1, lwd = 1,
new = TRUE, nticks = NULL, grid = FALSE, axes = TRUE,
depth = "v", bounds = TRUE)
参数----------Arguments----------
参数:mod
a velocity model returned from Rvelslant.
从Rvelslant返回的速度模型。
参数:add
logical value for if the model will be added to a previous profile for comparison.
如果模型将被添加到用于比较的前一档案中的逻辑值。
参数:col
line color for the profile.
线的颜色配置文件。
参数:lty
line type for the profile.
线类型的配置文件。
参数:lwd
line width for the profile.
线宽度的档案。
参数:new
logical value for if a new window will be created for the profile.
逻辑值,如果一个新的窗口将被创建的配置文件。
参数:nticks
approximate number of tick marks desired for depth-axis on travel-time plots. See pretty function in R package "base".
所需的深度轴的刻度,旅游时间图上的近似数。见pretty函数在R封装的“碱基”。
参数:grid
logical value for plotting grid lines.
逻辑值绘制网格线。
参数:axes
see plot.default.
看到plot.default。
参数:depth
layout of plots. Value can be "v" for vertical or "h" for horizontal orientation of depth on the travel-time plots.
图布局。值可以是垂直或水平的深度方向上的行程时间图“h”的“V”。
参数:bounds
logical value for if the upper and lower bounds should be plotted.
逻辑值的上限和下限,如果应被绘制。
值----------Value----------
none
没有
(作者)----------Author(s)----------
Eric M. Thompson <eric.thompson@tufts.edu>
参见----------See Also----------
Rvelslant
Rvelslant
实例----------Examples----------
# See ?Rvelslant for example.[看到了吗?例如Rvelslant。]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|