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

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

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

                                        Argument List of a Function
                                         函数的参数列表

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

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

Displays the argument names and corresponding default values of a function or primitive.
显示参数的名称和相应的功能或原始默认值。


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


args(name)



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

参数:name
a function (a closure or a primitive). If name is a character string then the function with that name is found and used.
一个函数(封闭或原始的)。如果name是一个字符串,然后找到这个名字的功能和使用。


Details

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

This function is mainly used interactively to print the argument list of a function.  For programming, consider using formals instead.
此功能主要用于交互式打印函数的参数列表。进行编程,可以考虑使用formals代替。


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

For a closure, a closure with identical formal argument list but an empty (NULL) body.
对于封闭,关闭一个相同的正式参数列表,但空(NULL)的身体。

For a primitive, a closure with the documented usage and NULL body.  Note that some primitives do not make use of named arguments and match by position rather than name.
对于一个原始的,封闭与记录使用和NULL身体。请注意,一些原语不使用命名参数和匹配的位置,而不是名称。

NULL in case of a non-function.
NULL非功能的情况下。


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

The New S Language. Wadsworth & Brooks/Cole.

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

formals, help.
formals,help。


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


args(c)
args(graphics::plot.default)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 13:28 , Processed in 0.020259 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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