Learn R Programming

RSEIS (version 4.2-4)

plotarrivals: plot theoretical arrival times for a seismic section

Description

plot theoretical arrival times for a seismic section

Usage

plotarrivals(x, THEORY, add = FALSE)

Value

graphical side effect

Arguments

x

matrix of wiggles

THEORY

theoretical arrivals

add

logical, if TRUE=Add to existing plot

Author

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

Details

plots go from top of page down

See Also

symshot1, wiggleimage

Examples

Run this code

S1 <- symshot1()

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

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



Run the code above in your browser using DataLab