latlonz2wpx | R Documentation |
Given an existing list of seismic picks, add Latitude, Longitude and Elevation associated with the indicated station.
latlonz2wpx(twpx, stas)
twpx |
List of picks from swig |
stas |
station list |
The names of the stations are matched to the station names int he station file.
Pick file with LLZ added as list members.
Jonathan M. Lees<jonathan.lees@unc.edu>
Klocate
data(GH, package='RSEIS')
WW = RSEIS::uwpfile2ypx(GH$pickfile)
twpx = latlonz2wpx(WW, GH$pickfile$STAS )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.