powered by
Concatenate (combine) two WPX lists.
catWPX(WPX, ppx)
WPX list
Adds second list to the end of the first list.
addWPX, setWPX, checkWPX, cleanWPX, clusterWPX, repairWPX, saveWPX
# NOT RUN { 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