powered by
Create a WPX list from vector input or relavent parameters.
setWPX(phase = NULL, col = NULL, yr = NULL, jd = NULL, hr = NULL, mi = NULL, sec = NULL, dur = NULL, name = NULL, comp = NULL, dispcomp = NULL, onoff = NULL)
WPX list.
character, phase names
character, colors
numeric, year
numeric, julian day
numeric, hour
numeric, minute
numeric, second
numeric, duration(s)
character, station name
character, component
character, display string
numeric, flag for turning pick on or off
Jonathan M. Lees<jonathan.lees@unc.edu>
Utility for setting up a WPX list for further processing.
addWPX, catWPX, checkWPX, cleanWPX, clusterWPX, repairWPX, saveWPX
s1 <- setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(5))
Run the code above in your browser using DataLab