getTool(ENVISIONQuery)
getTool()所属R语言包:ENVISIONQuery
Get the tool handler of a given service using the tool name...
获得一个给定的服务使用的工具名称的工具处理程序...
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Get the tool handler of a given service using the tool name
使用该工具的名称,获得一个给定的服务工具处理程序
用法----------Usage----------
getTool(service,toolName="menu",selection.title="Select Tool", graphicMenu=getOption("menu.graphics"))
参数----------Arguments----------
参数:service
Service handler
服务处理器
参数:toolName
The name of Envision service tool handler to be retrieved. If equal to "menu" (default) and the number of tools is greater than 1 menu is contructed allowing to choose one of the available services.
设想的名称要检索服务工具处理程序。如果等于“菜单”(默认)和工具的数量是大于1菜单会应用允许选择一个可用的服务。
参数:selection.title
The selection list title. Default is 'Select Tool'.
选择列表中的标题。默认是“选择工具”。
参数:graphicMenu
If TRUE (default is FALSE), use a GUI window for the pick menus. </table>
如果为TRUE(默认为false),挑菜单使用一个GUI窗口。 </ TABLE>
值----------Value----------
the Envision service tool handler.
的设想服务工具处理程序。
作者(S)----------Author(s)----------
Alex Lisovich, Roger Day
举例----------Examples----------
service<-getService("Picr");
getToolNames(service);
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|