Learn R Programming

RSEIS (version 3.3-3)

setWPX: Set WPX

Description

Create a WPX list from vector input or relavent parameters.

Usage

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)

Arguments

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

Value

  • WPX list.

Details

Utility for setting up a WPX list for further processing.

See Also

addWPX, catWPX, checkWPX, cleanWPX, clusterWPX, repairWPX, saveWPX

Examples

Run this code
s1 <- setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(5))

Run the code above in your browser using DataLab