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