RElocateEQ: Relocate earthquakes stored in UW format

Description Usage Arguments Details Value Author(s) See Also Examples

View source: R/RElocateEQ.R

Description

Relocate earthquakes stored in UW format

Usage

1
2
3
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)

Details

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

Value

list of events with error elliposids and convergence path

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

Vlocate

Examples

1
2
3
4
5
6
7
8
## Not run: 

cosoqk = RElocateEQ(lps, sta, vel, cont=TRUE,
 mapfun=cosoPLOT, proj=proj, xlim=xlim, ylim=ylim )



## End(Not run)

Rquake documentation built on Dec. 16, 2020, 5:06 p.m.