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

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

[复制链接]
发表于 2012-2-17 09:45:46 | 显示全部楼层 |阅读模式
builtins(base)
builtins()所属R语言包:base

                                        Returns the Names of All Built-in Objects
                                         返回所有内置对象的名称

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

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

Return the names of all the built-in objects.  These are fetched directly from the symbol table of the R interpreter.
返回的所有内置对象的名称。这些都是直接从提取的R解释的符号表。


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





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

参数:internal
a logical indicating whether only "internal" functions (which can be called via .Internal) should be returned.
逻辑指示是否只有“内部”的功能(可通过.Internal叫)应退还。


Details

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

builtins() returns an unsorted list of the objects in the symbol table, that is all the objects in the base environment. These are the built-in objects plus any that have been added subsequently when the base package was loaded.  It is less confusing to use ls(baseenv(), all=TRUE).
builtins()返回一个符号表中的对象,这是基地环境中的所有对象的无序列表。这些内置对象加任何已添加随后基包被载入时。使用ls(baseenv(), all=TRUE)这是不太混乱。

builtins(TRUE) returns an unsorted list of the names of internal functions, that is those which can be accessed as .Internal(<VAR>foo</VAR>(args ...)) for <VAR>foo</VAR> in the list.
builtins(TRUE)返回一个无序的内部功能的名称列表,就是那些可以访问.Internal(<VAR>foo</VAR>(args ...))<VAR>富</无功>在列表中。


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

A character vector.
字符向量。

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-23 06:13 , Processed in 0.024729 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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