powered by
Delete pick to WPX file
deleteWPX(WPX, ind=1)
WPX list
integer, index to delete
Jonathan M. Lees<jonathan.lees@unc.edu>
Deletes one pick to end of list.
addWPX, catWPX
s1 <- setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(5)) s2 <- setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(1)) s3 <- addWPX(s1, s2) s4 <- deleteWPX(s3, ind=2:3)
Run the code above in your browser using DataLab