wiggleimage {RSEIS}R Documentation

Seismic section

Description

Plot a seismic section as shot record

Usage

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

Arguments

Arot Matrix: columns are individual traces
dt Sample rate, seconds
dx spacing in x-direction. If a vector is given, it is used instead and dx is taken from the difference of the first to elements.
col color for plotting wiggles

Details

Plot is arranged with time going down the page

Value

Graphical side effects

Author(s)

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

See Also

matsquiggle, varsquiggle

Examples


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


[Package RSEIS version 2.3-3 Index]