replaceWPX(RSEIS)
replaceWPX()所属R语言包:RSEIS
Replace picks in WPX file
WPX文件替换选秀权
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Replace pick in WPX file
更换挑中WPX文件
用法----------Usage----------
replaceWPX(WPX, onepx , ind=1)
参数----------Arguments----------
参数:WPX
WPX list
WPX列表
参数:onepx
WPX list with one pick
WPX一个选秀的列表
参数:ind
integer, index to replace
整数索引来代替
Details
详细信息----------Details----------
Replaces one pick at index provided.
在指数提供替换一个选秀权。
值----------Value----------
WPX list
WPX列表
注意----------Note----------
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.
在所提供的位置替换。没有测试以确定是否有已经存在的是一个选择。也许,未来的版本将允许多个替代品。
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
addWPX, catWPX, deleteWPX, selWPX
addWPX,catWPX,deleteWPX,selWPX
实例----------Examples----------
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)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|