plotarrivals: plot theoretical arrival times for a seismic section

View source: R/plotarrivals.R

plotarrivalsR Documentation

plot theoretical arrival times for a seismic section

Description

plot theoretical arrival times for a seismic section

Usage

plotarrivals(x, THEORY, add = FALSE)

Arguments

x

matrix of wiggles

THEORY

theoretical arrivals

add

logical, if TRUE=Add to existing plot

Details

plots go from top of page down

Value

graphical side effect

Note

Used for adding information to wiggle plots.

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

symshot1, wiggleimage

Examples


S1 <- symshot1()

wiggleimage(S1$smograms  , dt=(-S1$dt), dx=S1$dx)

plotarrivals(S1$x, S1$THEORY, add = TRUE)




RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.