Learn R Programming

RSEIS (version 2.6-0)

plotarrivals: plot theoretical arrival times for a seismic section

Description

plot theoretical arrival times for a seismic section

Usage

plotarrivals(x, THEORY, add = FALSE)

Arguments

Value

  • graphical side effect

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