Learn R Programming

RSEIS (version 4.2-4)

PLOT.ALLPX: plot all phase arrival picks

Description

plot all phase arrival picks

Usage

PLOT.ALLPX(t0, STNS, COMPS, YPX, PHASE = NULL, POLS = TRUE,
 FILL = FALSE, FORCE = TRUE, cex = cex, srt = srt)

Value

Graphical Side Effect

Arguments

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

Author

Jonathan M. Lees<jonathan.lees.edu>

Details

for use in conjunction with PLOT.SEISN program

See Also

PLOT.SEISN, swig

Examples

Run this code


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