plotmod, plotresid {Rvelslant} | R Documentation |
plotmod
plots the predicted versus observed travel time
curves.
plotresid
plots the residuals.
plotmod(mod, nticks = NULL, grid = FALSE, depth = "v", axes = TRUE) plotresid(mod, nticks = NULL, grid = FALSE, depth = "v", axes = TRUE)
mod |
list of velocity model parameters returned by
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. |
axes |
see plot.default . |
none
Eric M. Thompson <eric.thompson@tufts.edu>
# Used internally by Rvelslant() to create the interactive # plots for adding and removing boundaries by clicking # with mouse. # User can also call: see ?Rvelslant for example