Learn R Programming

RSEIS (version 2.1-6)

winmark: 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

Value

  • Graphical Side Effect

Details

Used for marking seismic traces

Examples

Run this code
plot(c(0,1), c(0,1))

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

Run the code above in your browser using DataLab