ZOOM.SEISN {RSEIS} | R Documentation |
Zoom interactively on Seismic panel data.
ZOOM.SEISN(GH, sel = 1:length(GH$dt), WIN = NULL)
GH |
Seismic trace structure |
sel |
selection of traces |
WIN |
time window c(0,1) |
Seismic trace structure
Jonathan M. Lees<jonathan.lees.edu>
PICK.GEN
data("GH") sel= which(GH$COMPS=="V") KF = ZOOM.SEISN(GH, sel=sel, WIN = c(0 , 5) ) PICK.GEN(KF)