swig.ALLPX | R Documentation |
plot all phase arrival picks
swig.ALLPX(t0, STNS, COMPS, YPX, PHASE = NULL, POLS = TRUE,
FILL = FALSE, FORCE = TRUE, cex = cex, srt = srt)
t0 |
time for start of window, s |
STNS |
station names to plot |
COMPS |
components to plot |
YPX |
y-picks (times) |
PHASE |
Phases to plot |
POLS |
polaritiy information (up, down) |
FILL |
fill color |
FORCE |
logical, force all phases plotted on all traces |
cex |
character expansion |
srt |
string rotation angle, degrees |
for use in conjunction with PLOT.SEISN program
Graphical Side Effect
Jonathan M. Lees<jonathan.lees.edu>
PLOT.SEISN, swig
##### this example needs some work:
data(GH)
WPX = uwpfile2ypx(GH$pickfile)
swig(GH, SHOWONLY=TRUE )
swig.ALLPX(GH$pickfile$LOC , GH$STNS, GH$COMPS, WPX, PHASE='P',
FORCE=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.