replaceWPX | R Documentation |
Replace pick in WPX file
replaceWPX(WPX, onepx , ind=1)
WPX |
WPX list |
onepx |
WPX list with one pick |
ind |
integer, index to replace |
Replaces one pick at index provided.
WPX list
Replaces in the location provided. No test is made to determine if there is a pick already there. Maybe future versions will allow multiple replacements.
Jonathan M. Lees<jonathan.lees@unc.edu>
addWPX, catWPX, deleteWPX, selWPX
s1 <- setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(5))
s2 <- setWPX(name="HI", yr=2011, jd=231, hr=4, mi=3, sec = runif(1))
s4 <- replaceWPX(s1,s2, ind=4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.