options(sets)
options()所属R语言包:sets
Options for the ‘sets’ package
选项“套包
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Function for getting and setting options for the
功能获取和设置选项
用法----------Usage----------
sets_options(option, value)
参数----------Arguments----------
参数:option
character string indicating the option to get or set (see details). If missing, all options are returned as a list.
字符串,表示要获取或设置的选项(见详情)。如果缺少,所有选项都作为一个列表返回。
参数:value
Value to be set. If omitted, the current value is returned.
要设置的值。如果省略该参数,则返回当前值。
Details
详细信息----------Details----------
Currently, the following options are available:
目前,有以下选项可供选择:
"quote": logical specifying whether labels for
"quote":逻辑指定是否标签
"hash": logical specifying whether set elements
"hash":逻辑指定是否集合元素
"matchfun": the default matching function for
"matchfun":默认匹配的功能,
"orderfun": the default ordering function for
"orderfun":默认的排序功能,
"universe": the default universe for
"universe":默认的宇宙
参见----------See Also----------
cset
cset
实例----------Examples----------
sets_options()
sets_options("quote", TRUE)
print(set("a"))
sets_options("quote", FALSE)
print(set("a"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|