SELOPT(RPMG)
SELOPT()所属R语言包:RPMG
Select Options
选择“选项”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Select buttons interactively.
选择按钮交互。
用法----------Usage----------
SELOPT(OPTS, onoff = -1, ncol=5, ocols = "white", cex=1, default="opt" )
参数----------Arguments----------
参数:OPTS
character list of buttons
字符列表按钮
参数:onoff
which buttons are active, onoff=-1 turns all buttons off, onoff=0 turns all buttons on, any other vector is an index vector to selected options
按钮,开关机= -1将所有的按钮,开关机= 0将所有的按钮,任何其他向量是一个索引向量所选的选项
参数:ncol
number of columns, default = 5
列数,默认值= 5
参数:ocols
colors for plotting option boxes
绘图选项框的颜色
参数:cex
character expansion for text in boxes
盒中的文本字符扩展
参数:default
default vector of options
默认向量的选项
Details
详细信息----------Details----------
Used in swig. OPtions can be added, subtracted, deleted, or completely filled out based on interactive choice.
在痛饮使用。选项可以进行加,减,删除,或者填写完整的基于互动选择。
值----------Value----------
character list of selected options
字符列表中选定的选项
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
参见----------See Also----------
OPTREPLOT, chooser
OPTREPLOT,选择器
实例----------Examples----------
## Not run: [#不运行:]
STDLAB=c("DONE", "QUIT", "zoom.out", "zoom.in", "SELOPT", "FILT","UNFILT", "PSEL", "SGRAM", "WLET", "SPEC", "XTR" )
onoff = rep(0, length(STDLAB))
onoff[1:5] = 1
SELOPT(STDLAB, onoff=onoff)
### second option for selecting colors[第二个选项,选择颜色##]
dev.new(width=12, height=12)
scol = SELOPT(colors(), onoff=-1, ncol=15, ocols =colors(), cex=.6 )
### old program[##旧的程序]
SHOWPAL(scol, NAME=TRUE)
### show the options chosen from top to bottom[##显示所选择的选项从顶部到底部]
OPTREPLOT(scol, cols=scol, scol="green", bcol="blue", slwd=15 )
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|