repairWPX {RSEIS} | R Documentation |
Repair WPX
Description
Repair a WPX list that may be deficient in one or more of its components.
Usage
repairWPX(wpx)
Arguments
wpx |
Pick information, dataframe |
Details
Program checks a few of the elelments and tries to fix potential problems.
Value
WPX dataframe
Author(s)
Jonathan M. Lees<jonathan.lees@unc.edu>
See Also
addWPX, catWPX, checkWPX,cleanWPX,clusterWPX,saveWPX, setWPX
Examples
s1 <- setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(5))
s1$col <- NULL
s2 <- repairWPX(s1)
[Package RSEIS version 4.2-0 Index]