CHOP.SEISN {RSEIS} | R Documentation |
Take a seismic structure and return a time limited version
CHOP.SEISN(GH, sel = 1:4, 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 = CHOP.SEISN(GH, sel=sel, WIN = c(0 , 5) ) PICK.GEN(KF)