winmark {RSEIS}R Documentation

Window Mark

Description

Add Mark up to current seismic trace with a bar desgnating a window selection.

Usage

winmark(a1, a2, UD = 1, col = col)

Arguments

a1 x1-location
a2 x2-location
UD UP-DOWN
col color

Details

Used for marking seismic traces

Value

Graphical Side Effect

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

Examples


plot(c(0,1), c(0,1))

winmark(.5, .6 ,col=4)


[Package RSEIS version 2.1-4 Index]