Learn R Programming

Rquake (version 2.4-4)

latlonz2wpx: 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

Value

Pick file with LLZ added as list members.

Details

The names of the stations are matched to the station names int he station file.

See Also

Klocate

Examples

Run this code
# NOT RUN {
# }
# NOT RUN {
twpx  = latlonz2wpx(twpx, stas)

# }
# NOT RUN {
# }

Run the code above in your browser using DataLab