CHOP.SEISN | 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>
swig
data("GH")
sel <- which(GH$COMPS=="V")
KF <- CHOP.SEISN(GH, sel=sel, WIN = c(0 , 5) )
swig(KF, SHOWONLY=0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.