checkWPX {RSEIS}R 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

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




[Package RSEIS version 4.2-0 Index]