powered by
Repair a WPX list that may be deficient in one or more of its components.
repairWPX(wpx)
WPX dataframe
Pick information, dataframe
Jonathan M. Lees<jonathan.lees@unc.edu>
Program checks a few of the elelments and tries to fix potential problems.
addWPX, catWPX, checkWPX,cleanWPX,clusterWPX,saveWPX, setWPX
s1 <- setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(5)) s1$col <- NULL s2 <- repairWPX(s1)
Run the code above in your browser using DataLab