catWPX | R Documentation |
Concatenate (combine) two WPX lists.
catWPX(WPX, ppx)
WPX |
WPX list |
ppx |
WPX list |
Adds second list to the end of the first list.
WPX list
Jonathan M. Lees<jonathan.lees@unc.edu>
addWPX, setWPX, checkWPX, cleanWPX, clusterWPX, repairWPX, saveWPX
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.