Learn R Programming

RSEIS (version 2.6-0)

CHOP.SEISN: CHOP SEISmic structure

Description

Take a seismic structure and return a time limited version

Usage

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

Arguments

Value

  • Seismic trace structure

See Also

swig

Examples

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

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

swig(KF)

Run the code above in your browser using DataLab