powered by
Relocate earthquakes stored in UW format
RElocateEQ(lps, sta, vel, cont = TRUE, sleep = 0.5, mapfun = NULL, PLOT = TRUE , proj = NULL, xlim = NULL, ylim = NULL)
list of filenames save in UW format
station location list
velocity list
logical, true=add contours
pause time between each event in seconds
mapping function
logical, TRUE=plot relocation sequence
projection list
limits on X-direction (km)
limits on Y-direction (km)
list of events with error elliposids and convergence path
Cycles through all the events, plots them and contours the first arrival times. Uses P-wave arrivals for plotting.
Vlocate
# 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