plotmod, plotresid {Rvelslant}R Documentation

Plot Travel Times And Residuals

Description

plotmod plots the predicted versus observed travel time curves.
plotresid plots the residuals.

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.
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.

Value

none

Author(s)

Eric M. Thompson <eric.thompson@tufts.edu>

See Also

Rvelslant

Examples

# 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


[Package Rvelslant version 0.2-3 Index]