hidePanel(RCytoscape)
hidePanel()所属R语言包:RCytoscape
hidePanel
hidePanel
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The specified panel will be hidden, and no longer visible in the Cytoscape Desktop of, if floating, elsewhere on the computer screen. The panelName parameter is very flexible: a match is defined as a case-independent match of the supplied panelName to any starting characters in the actual panelName. Thus, 'd' and 'DA' both identify 'Data Panel'.
指定的小组将被隐藏,不再在Cytoscape的桌面可见,如果浮在电脑屏幕上的其他地方。 panelName参数是非常灵活的匹配是大小写无关的比赛开始字符在实际panelName任何作为提供panelName的定义。因此,“D”和“多巴胺”的同时识别数据面板“。
用法----------Usage----------
hidePanel(obj, panelName)
参数----------Arguments----------
参数:obj
a CytoscapeConnectionClass object.
CytoscapeConnectionClass对象。
参数:panelName
a character string, providing a partial or complete case-independent match to the start of the name of an actual panel.
一个字符串,提供部分或完全独立的情况下比赛,以实际面板的名称开始。
值----------Value----------
Nothing.
没有。
作者(S)----------Author(s)----------
Paul Shannon
参见----------See Also----------
floatPanel dockPanel hideAllPanels
floatPanel的DockPanel hideAllPanels
举例----------Examples----------
cy <- CytoscapeConnection ()
hidePanel (cy, 'Control Panel')
# or[或]
hidePanel (cy, 'c')
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|