Learn R Programming

RSEIS (version 3.3-3)

catWPX: Concatenate two WPX lists

Description

Concatenate (combine) two WPX lists.

Usage

catWPX(WPX, ppx)

Arguments

WPX
WPX list
ppx
WPX list

Value

  • WPX list

Details

Adds second list to the end of the first list.

See Also

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

Examples

Run this code
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)

Run the code above in your browser using DataLab