Learn R Programming

Rquake (version 2.4-4)

RElocateEQ: Relocate earthquakes stored in UW format

Description

Relocate earthquakes stored in UW format

Usage

RElocateEQ(lps, sta, vel, cont = TRUE,
sleep = 0.5, mapfun = NULL, PLOT = TRUE ,
 proj = NULL, xlim = NULL, ylim = NULL)

Arguments

lps

list of filenames save in UW format

sta

station location list

vel

velocity list

cont

logical, true=add contours

sleep

pause time between each event in seconds

mapfun

mapping function

PLOT

logical, TRUE=plot relocation sequence

proj

projection list

xlim

limits on X-direction (km)

ylim

limits on Y-direction (km)

Value

list of events with error elliposids and convergence path

Details

Cycles through all the events, plots them and contours the first arrival times. Uses P-wave arrivals for plotting.

See Also

Vlocate

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
cosoqk = RElocateEQ(lps, sta, vel, cont=TRUE,
 mapfun=cosoPLOT, proj=proj, xlim=xlim, ylim=ylim )


# }
# NOT RUN {

# }

Run the code above in your browser using DataLab