Learn R Programming

RSEIS (version 2.6-0)

wiggleimage: Seismic section

Description

Plot a seismic section as shot record

Usage

wiggleimage(Arot, dt = 1, dx = 1, col = "black")

Arguments

Value

  • Graphical side effects

Details

Plot is arranged with time going down the page

See Also

matsquiggle, varsquiggle

Examples

Run this code
S1 = symshot1()
wiggleimage(S1$smograms, dt = -S1$dt, dx = S1$x, col = "black")

Run the code above in your browser using DataLab