CHOP.SEISN: CHOP SEISmic structure

CHOP.SEISNR Documentation

CHOP SEISmic structure

Description

Take a seismic structure and return a time limited version

Usage

CHOP.SEISN(GH, sel = 1:4, WIN = NULL)

Arguments

GH

Seismic trace structure

sel

selection of traces

WIN

time window c(0,1)

Value

Seismic trace structure

Author(s)

Jonathan M. Lees<jonathan.lees.edu>

See Also

swig

Examples

data("GH")
sel <-  which(GH$COMPS=="V")

KF  <-  CHOP.SEISN(GH, sel=sel, WIN = c(0 , 5)  )

swig(KF, SHOWONLY=0)


RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.