plotarrivals {RSEIS}R 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)




[Package RSEIS version 4.2-0 Index]