checkWPX: Check WPX

View source: R/checkWPX.R

checkWPXR Documentation

Check WPX

Description

Check and verify WPX list for compliance.

Usage

checkWPX(wpx)

Arguments

wpx

WPX list

Details

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

Value

  • 0 no problems

  • 1 list incomplete

  • 2 names incomplete

  • 3 components incomplete

  • 4 dates incomplete

Note

No action taken in the event an error occurs - see repairWPX to fix problems.

Author(s)

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

See Also

addWPX,catWPX, saveWPX,cleanWPX,clusterWPX,repairWPX,setWPX

Examples


s1 <- setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(5)) 

s1$col=NULL




RSEIS documentation built on Aug. 19, 2023, 5:07 p.m.