setWPX | R Documentation |
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)
phase |
character, phase names |
col |
character, colors |
yr |
numeric, year |
jd |
numeric, julian day |
hr |
numeric, hour |
mi |
numeric, minute |
sec |
numeric, second |
dur |
numeric, duration(s) |
name |
character, station name |
comp |
character, component |
dispcomp |
character, display string |
onoff |
numeric, flag for turning pick on or off |
Utility for setting up a WPX list for further processing.
WPX list.
Used internally.
Jonathan M. Lees<jonathan.lees@unc.edu>
addWPX, catWPX, checkWPX, cleanWPX, clusterWPX, repairWPX, saveWPX
s1 <- setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(5))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.