PLOT.ALLPX | R Documentation |
plot all phase arrival picks
PLOT.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
data(GH)
WPX = data.frame(GH$pickfile$STAS)
T0 = data.frame(GH$info)[1,]
sel = which(GH$COMPS=='V')
PLOT.SEISN(GH, sel=sel)
PLOT.ALLPX(T0, 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.