powered by
Replace pick in WPX file
replaceWPX(WPX, onepx , ind=1)
WPX list
WPX list with one pick
integer, index to replace
Replaces one pick at index provided.
addWPX, catWPX, deleteWPX, selWPX
# NOT RUN { 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)) s4 <- replaceWPX(s1,s2, ind=4) # }
Run the code above in your browser using DataLab