Gfirstguess | R Documentation |
Extract the lat lon from the pick file.
Gfirstguess(Ldat, type = "first")
Ldat |
Matrix of data information |
type |
one of "first", "mean", or "median" |
Either the earliest arrival or the average station is returned. Used internally in the earthquake location program to provide a first guess.
vector, lat, lon, z and tee
Jonathan M. Lees<jonathan.lees@unc.edu>
Klocate
data(GH, package='RSEIS')
WW = RSEIS::uwpfile2ypx(GH$pickfile)
twpx = latlonz2wpx(WW, GH$pickfile$STAS )
g1 = Gfirstguess(twpx, type = "first")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.