plotmod, plotresid(Rvelslant)
plotmod, plotresid()所属R语言包:Rvelslant
Plot Travel Times And Residuals
图旅行时间和残差
译者:生物统计家园网 机器人LoveR
描述----------Description----------
plotmod plots the predicted versus observed travel time curves.<br> plotresid plots the residuals.
plotmod图的预测与观察到的旅行时间曲线。<BR> plotresid图的残差。
用法----------Usage----------
plotmod(mod, nticks = NULL, grid = FALSE, depth = "v", axes = TRUE)
plotresid(mod, nticks = NULL, grid = FALSE, depth = "v", axes = TRUE)
参数----------Arguments----------
参数:mod
list of velocity model parameters returned by regress.
返回regress速度模型参数列表。
参数:nticks
approximate number of tick marks desired for travel time plots.
近似数的刻度线所需的旅行时间图。
参数:grid
logical value for plotting grid lines.
逻辑值绘制网格线。
参数:depth
layout of plots. Value can be "v" for vertical or "h" for horizontal orientation of depth on the travel time plots.
图布局。值可以是用于垂直或水平的深度方向上的行程时间图的“h”的“v”的。
参数:axes
see plot.default.
看到plot.default。
值----------Value----------
none
没有
(作者)----------Author(s)----------
Eric M. Thompson <eric.thompson@tufts.edu>
参见----------See Also----------
Rvelslant
Rvelslant
实例----------Examples----------
# Used internally by Rvelslant() to create the interactive[,内部使用由Rvelslant()创建交互式]
# plots for adding and removing boundaries by clicking[通过点击添加和删除边界图]
# with mouse.[用鼠标。]
# User can also call: see ?Rvelslant for example[用户也可以致电:看到了吗?Rvelslant例如]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|