getvertsorder | R Documentation |
Uses a Pickfile and the Waveform file, and creates a vector ordering the waveforms by P-wave arrival.
getvertsorder(P, GU)
P |
Pickfile Structure |
GU |
Waveform structure |
Waveforms structure may already have pickfile, but this is overridden by input pickfile P.
list:
sel |
index of traces in order of first P-wave arrival |
win |
vector, c(1,2), time window from the first arrival to the last |
Jonathan M. Lees<jonathan.lees.edu>
swig
data(GH)
vertord <- getvertsorder(GH$pickfile, GH)
swig(GH, sel=vertord$sel, WIN=vertord$win, SHOWONLY=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.