Rdocumentation
powered by
Learn R Programming
RSEIS (version 2.6-0)
SEARCHPIX: Search Pix
Description
Search through pick strucutre to select phase arrivals
Usage
SEARCHPIX(KPX, IPX, tol = 0.5)
Arguments
Value
index vector
Details
returns index vector of picks that satisfy: wn = which( abs(t2-t1) < tol)
Examples
Run this code
SEARCHPIX(KPX, IPX, tol =
0.5
)
Run the code above in your browser using
DataLab