Learn R Programming

RSEIS (version 4.2-4)

repairWPX: Repair WPX

Description

Repair a WPX list that may be deficient in one or more of its components.

Usage

repairWPX(wpx)

Value

WPX dataframe

Arguments

wpx

Pick information, dataframe

Author

Jonathan M. Lees<jonathan.lees@unc.edu>

Details

Program checks a few of the elelments and tries to fix potential problems.

See Also

addWPX, catWPX, checkWPX,cleanWPX,clusterWPX,saveWPX, setWPX

Examples

Run this code

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