powered by
Zoom interactively on Seismic panel data.
ZOOM.SEISN(GH, sel = 1:length(GH$dt), WIN = NULL)
Seismic trace structure
selection of traces
time window c(0,1)
Jonathan M. Lees<jonathan.lees.edu>
swig
data("GH") sel <- which(GH$COMPS=="V") KF <- ZOOM.SEISN(GH, sel=sel, WIN = c(0 , 5) ) if(interactive()){ swig(KF) }
Run the code above in your browser using DataLab