setWPX: Set WPX

setWPXR Documentation

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

Details

Utility for setting up a WPX list for further processing.

Value

WPX list.

Note

Used internally.

Author(s)

Jonathan M. Lees<jonathan.lees@unc.edu>

See Also

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

Examples


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



RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.