Learn R Programming

RSEIS (version 2.6-0)

ZOOM.SEISN: ZOOM SEISMIC Panel

Description

Zoom interactively on Seismic panel data.

Usage

ZOOM.SEISN(GH, sel = 1:length(GH$dt), WIN = NULL)

Arguments

Value

  • Seismic trace structure

See Also

swig

Examples

Run this code
data("GH")
sel= which(GH$COMPS=="V")

KF = ZOOM.SEISN(GH, sel=sel, WIN = c(0 , 5)  )

swig(KF)

Run the code above in your browser using DataLab