Learn R Programming

RSEIS (version 3.7-4)

checkWPX: Check WPX

Description

Check and verify WPX list for compliance.

Usage

checkWPX(wpx)

Arguments

wpx

WPX list

Value

  • 0 no problems

  • 1 list incomplete

  • 2 names incomplete

  • 3 components incomplete

  • 4 dates incomplete

Details

Perform several checks on completeness, length of components, station names, component names and date-times of the WPX lists.

See Also

addWPX,catWPX, saveWPX,cleanWPX,clusterWPX,repairWPX,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



# }

Run the code above in your browser using DataLab