powered by
plot all phase arrival picks
PLOT.ALLPX(t0, STNS, COMPS, YPX, PHASE = NULL, POLS = TRUE, FILL = FALSE, FORCE = TRUE, cex = cex, srt = srt)
Graphical Side Effect
time for start of window, s
station names to plot
components to plot
y-picks (times)
Phases to plot
polaritiy information (up, down)
fill color
logical, force all phases plotted on all traces
character expansion
string rotation angle, degrees
Jonathan M. Lees<jonathan.lees.edu>
for use in conjunction with PLOT.SEISN program
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)
Run the code above in your browser using DataLab