slowprofile, velprofile {Rvelslant} | R Documentation |
This function plots the layered velocity or slowness model versus depth.
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)
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. |
none
Eric M. Thompson <eric.thompson@tufts.edu>
# See ?Rvelslant for example.