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

R语言:removeSource()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 19:25:56 | 显示全部楼层 |阅读模式
removeSource(utils)
removeSource()所属R语言包:utils

                                         Remove Stored Source from a Function.
                                         删除存储功能的源。

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

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

When options("keep.source") is TRUE, a copy of the original source code to a function is stored with it.  This function removes that copy.
当options("keep.source")是TRUE,原始的源代码函数的副本存储它。此功能删除该副本。


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


removeSource(fn)



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

参数:fn
A single function from which to remove the source.  
一个单一的功能,从中取出源。


Details

详情----------Details----------

This removes both the "source" attribute (from R version 2.13.x or earlier) and the "srcref" and related attributes.
这消除"source"属性(R版本2.13.x或更早)和"srcref"和相关属性。


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

A copy of the function with the source removed.
一个副本删除源的功能。


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

srcref for a description of source reference records, deparse for a description of how functions are deparsed.
srcref源引用记录的描述,deparse的功能是如何deparsed描述。


举例----------Examples----------


fn <- function(x) {
  x + 1 # A comment, kept as part of the source[评论,保持源的一部分]
}
fn
fn <- removeSource(fn)
fn

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 14:00 , Processed in 0.026579 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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