Learn R Programming

RSEIS (version 3.7-4)

repairWPX: Repair WPX

Description

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

Usage

repairWPX(wpx)

Arguments

wpx

Value

WPX list

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
# NOT RUN {
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