repairWPX | R Documentation |
Repair a WPX list that may be deficient in one or more of its components.
repairWPX(wpx)
wpx |
Pick information, dataframe |
Program checks a few of the elelments and tries to fix potential problems.
WPX dataframe
Jonathan M. Lees<jonathan.lees@unc.edu>
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.