找回密码
 注册
查看: 248|回复: 0

R语言 seqinr包 move()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 01:20:51 | 显示全部楼层 |阅读模式
move(seqinr)
move()所属R语言包:seqinr

                                        Rename an R object
                                         重命名R对象

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Rename object from into to.
重命名对象from到to。


用法----------Usage----------


move(from, to)
mv(from, to)



参数----------Arguments----------

参数:from
an R object name
R对象的名称


参数:to
the new R object name
新的R对象的名称


值----------Value----------

none.
没有。


(作者)----------Author(s)----------


J.R. Lobry



参考文献----------References----------



参见----------See Also----------

swap
swap


实例----------Examples----------


#[]
# Example in a new empty environment:[例如,在一个新的空环境:]
#[]
local({
  zefplock <- pi
  print(ls())
  print(zefplock)
  mv(zefplock, toto)
  print(ls())
  print(toto)
  stopifnot(identical(toto, pi)) # Sanity check[合理性检查]
})
#[]
# Check that self-affectation is possible:[检查自做作是可能的:]
#[]
mv(mv, mv) # force self-affectation for the function itself[强制自做作本身的功能]
mv(mv, mv) # OK, function mv() still exists[OK,功能(MV)仍然存在]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-5-20 12:19 , Processed in 0.034362 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表