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

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

[复制链接]
发表于 2012-2-16 18:40:28 | 显示全部楼层 |阅读模式
tk_select.list(tcltk)
tk_select.list()所属R语言包:tcltk

                                        Select Items from a List
                                         从列表中选择项

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

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

Select item(s) from a character vector using a Tk listbox.
从一个字符使用Tk的ListBox中的向量,选择项目(S)。


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


tk_select.list(choices, preselect = NULL, multiple = FALSE, title = NULL)



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

参数:choices
a character vector of items.
一个项目的特征向量。


参数:preselect
a character vector, or NULL.  If non-null and if the string(s) appear in the list, the item(s) are selected initially.
特征向量,或NULL。如果非空字符串(S)出现在列表中,最初选择的项目(S)。


参数:multiple
logical: can more than one item be selected?
逻辑:可以选择多个项目?


参数:title
optional character string for window title, or NULL for no title.
可选窗口标题字符串,或NULL无标题。


Details

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

This is a version of select.list implemented as a Tk list box plus OK and Cancel buttons.  There will be a scrollbar if the list is too long to fit comfortably on the screen.
这是一个版本select.list作为一个Tk列表框加上OK和Cancel按钮实现。会有一个滚动条,如果列表太长,不适合在屏幕上舒适。

The dialog box is modal, so a selection must be made or cancelled before the R session can proceed.  As from R 2.10.1 double-clicking on an item is equivalent to selecting it and then clicking OK.
对话框是模态,因此必须选择或取消之前的R会话可以进行。 2.10.1从研发项目上双击就相当于选择它,然后点击OK。

If Tk is version 8.5 or later, themed widgets will be used.
如果Tk是8.5或更高版本,主题的部件将被使用。


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

A character vector of selected items.  If multiple is false and no item was selected (or Cancel was used), "" is returned.   If multiple is true and no item was selected (or Cancel was used) then a character vector of length 0 is returned.
所选项目的一个特征向量。 multiple如果是假的,没有项目被选中(或Cancel)""返回。 multiple如果是真实的,没有项目被选中(或Cancel),然后返回一个长度为0的特征向量。


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

select.list (a text version except on Windows and the Mac OS X GUI), menu (whose graphics=TRUE mode uses this on most Unix-alikes).
select.list(除在Windows和Mac OS X的GUI的纯文字版),menu(graphics=TRUE模式使用在大多数Unix相似者)。

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-23 21:23 , Processed in 0.024591 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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