latlonz2wpx {Rquake} | R Documentation |
Add Lat-Lon-Z to WPX list
Description
Given an existing list of seismic picks, add Latitude, Longitude and Elevation associated with the indicated station.
Usage
latlonz2wpx(twpx, stas)
Arguments
twpx |
List of picks from swig |
stas |
station list |
Details
The names of the stations are matched to the station names int he station file.
Value
Pick file with LLZ added as list members.
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
Klocate
Examples
data(GH, package='RSEIS')
WW = RSEIS::uwpfile2ypx(GH$pickfile)
twpx = latlonz2wpx(WW, GH$pickfile$STAS )
[Package Rquake version 2.5-1 Index]