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

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

[复制链接]
发表于 2012-2-26 15:38:23 | 显示全部楼层 |阅读模式
args2XML(tkWidgets)
args2XML()所属R语言包:tkWidgets

                                        Converting the formal arguments to a function and converts into
                                         转换到一个函数的形式参数,并转换成

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

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

This function reads the formal arguments to a given function and converts the content into an XML format
此函数读取给定函数的形式参数,并将其转换成一个XML格式的内容


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


args2XML(fun, xml.name = "", full.names = NULL, priority = NULL)



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

参数:fun
fun name of the function of interests
fun利益的功能名称


参数:xml.name
xml.name a character string for the name of the xml file holding the content of the formal arguments to the function
xml.name举行的正式参数的内容到功能的XML文件的名称为字符串


参数:full.names
full.names a vector of character string with full description of each of the formal arguments to the function. The order of apperance of each description much correspond to the oreder of their appeerance in the formal argument list
full.names向量充分说明每个函数的形式参数的字符串的字符。每个描述的外观顺序对应的正式参数列表他们appeerance的oreder


参数:priority
priority a vector of integers or character strings indicating the priority of the arguments.
priority一个整数或字符串,表示参数的优先级的向量。


Details

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

Priority values are currently used to determine whether the argument will appear on a widget that has entry boxes for modifying the values of the arguments. Users of args2XML may not have any concern of the priority values
目前正在使用的优先级值,以确定是否上会出现一个小部件,有修改的参数值输入框参数。 ,的args2XML用户可能不会有任何的优先级值的关注


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

No value will be returned.
没有任何价值将被退回。


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


Jianhua Zhang



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

fileWizard
fileWizard


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


fullNames <- c("Full path names", "Pattern to match",
"Visiable file names", "Include path")
args2XML(list.files, "temp.xml", fullNames, c(1, 2, 2, 2))
readLines("temp.xml")
unlink("temp.xml")

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-23 03:50 , Processed in 0.042418 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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