getPradaPar(prada)
getPradaPar()所属R语言包:prada
Set and query global parameters for functions in the prada package
在普拉达包的功能设置和查询的全局参数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Set and query global parameters for functions in the prada package
在普拉达包的功能设置和查询的全局参数
用法----------Usage----------
setPradaPars(pars)
getPradaPar(parname)
参数----------Arguments----------
参数:pars
Named list
命名列表
参数:parname
Character string of length 1
字符串长度为1
Details
详情----------Details----------
TBA
待定
值----------Value----------
For getPradaPar, the value of the list element with name parname of the global parameters list. The function setPradaPars is invoked for its side effect, which is assigning a value to the global parameters list. It returns the value invisible(NULL).
getPradaPar,列表元素的名称值parname全局参数列表。其副作用,这是值指派给全局参数列表调用的函数setPradaPars。它返回的无形价值(空)。
作者(S)----------Author(s)----------
Wolfgang Huber <a href="http://www.ebi.ac.uk/huber">http://www.ebi.ac.uk/huber</a>
举例----------Examples----------
setPradaPars(list(tomato=1, apple="two", pear=as.integer(3)))
getPradaPar("pear")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|