winmark {RSEIS} | R Documentation |
Add Mark up to current seismic trace with a bar desgnating a window selection.
winmark(a1, a2, UD = 1, col = col)
a1 |
x1-location |
a2 |
x2-location |
UD |
UP-DOWN |
col |
color |
Used for marking seismic traces
Graphical Side Effect
Jonathan M. Lees<jonathan.lees.edu>
plot(c(0,1), c(0,1)) winmark(.5, .6 ,col=4)