Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

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

Seismic Time Series Analysis Tools

v3.9-3
GPL (>= 2)
Authors
Jonathan M. Lees [aut, cre], Jake Anderson [ctb], Leonard Lisapaly [ctb], Dave Harris [aut, cph]
Initial release
2020-08-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.