SEARCHPIX {RSEIS} | R Documentation |
Search Pix
Description
Search through pick strucutre to select phase arrivals
Usage
SEARCHPIX(KPX, IPX, tol = 0.5)
Arguments
KPX |
user locator pix |
IPX |
set of pix in memory |
tol |
tolerance, s |
Details
returns index vector of picks that satisfy: wn = which( abs(t2-t1) < tol)
Value
index vector
Author(s)
Jonathan M. Lees<jonathan.lees.edu>
Examples
## Not run: SEARCHPIX(KPX, IPX, tol = 0.5)
[Package RSEIS version 4.2-0 Index]