plotarrivals | R Documentation |
plot theoretical arrival times for a seismic section
plotarrivals(x, THEORY, add = FALSE)
x |
matrix of wiggles |
THEORY |
theoretical arrivals |
add |
logical, if TRUE=Add to existing plot |
plots go from top of page down
graphical side effect
Used for adding information to wiggle plots.
Jonathan M. Lees<jonathan.lees@unc.edu>
symshot1, wiggleimage
S1 <- symshot1()
wiggleimage(S1$smograms , dt=(-S1$dt), dx=S1$dx)
plotarrivals(S1$x, S1$THEORY, add = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.