checkWPX | R Documentation |
Check and verify WPX list for compliance.
checkWPX(wpx)
wpx |
WPX list |
Perform several checks on completeness, length of components, station names, component names and date-times of the WPX lists.
0 no problems
1 list incomplete
2 names incomplete
3 components incomplete
4 dates incomplete
No action taken in the event an error occurs - see repairWPX to fix problems.
Jonathan M. Lees<jonathan.lees@unc.edu>
addWPX,catWPX, saveWPX,cleanWPX,clusterWPX,repairWPX,setWPX
s1 <- setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(5))
s1$col=NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.