Learn R Programming

RSEIS (version 4.2-4)

checkWPX: Check WPX

Description

Check and verify WPX list for compliance.

Usage

checkWPX(wpx)

Value

  • 0 no problems

  • 1 list incomplete

  • 2 names incomplete

  • 3 components incomplete

  • 4 dates incomplete

Arguments

wpx

WPX list

Author

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

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

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