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

catWPX

Concatenate two WPX lists


Description

Concatenate (combine) two WPX lists.

Usage

catWPX(WPX, ppx)

Arguments

WPX

WPX list

ppx

WPX list

Details

Adds second list to the end of the first list.

Value

WPX list

Author(s)

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

See Also

addWPX, setWPX, checkWPX, cleanWPX, clusterWPX, repairWPX, saveWPX

Examples

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

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

s3  <-  catWPX(s1, s2)

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.