TAPER.SEISN | R Documentation |
Taper traces in a seismic structure using a cosine function on the ends.
TAPER.SEISN(TH, sel = 1:length(TH$JSTR), TAPER = 0.1 )
TH |
Seismic structure |
sel |
selection of traces |
TAPER |
filter taper, percent cosine taper |
Seismic structure
Seismic structure
Jonathan M. Lees<jonathan.lees.edu>
butfilt
data("GH")
sel <- which(GH$COMPS=="V")
sel <- 1:3
KF <- TAPER.SEISN(GH, sel = sel, TAPER=0.1)
swig(KF, sel=sel, SHOWONLY=0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.