slowprofile, velprofile {Rvelslant}R Documentation

Display the slowness or velocity profile

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.
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’.
grid logical value for plotting grid lines.
axes see plot.default.
depth layout of plots. Value can be ‘v’ for vertical or ‘h’ for horizontal orientation of depth on the travel-time plots.
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

Examples

# See ?Rvelslant for example.


[Package Rvelslant version 0.2-3 Index]