powered by
Take a seismic structure and return a time limited version
CHOP.SEISN(GH, sel = 1:4, WIN = NULL)
Seismic trace structure
selection of traces
time window c(0,1)
swig
# NOT RUN { data("GH") sel <- which(GH$COMPS=="V") KF <- CHOP.SEISN(GH, sel=sel, WIN = c(0 , 5) ) swig(KF, SHOWONLY=0) # }
Run the code above in your browser using DataLab