floatPanel: floatPanel

Description Usage Arguments Value Author(s) See Also Examples

Description

The specified panel will 'float' detached from its 'home' position in the Cytoscape Desktop. As of this writing (10 aug 2010) the panel will tenaciously claim the topmost (visual) position on the 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'.

Usage

1
floatPanel(obj, panelName)

Arguments

obj

a CytoscapeConnectionClass object.

panelName

a character string, providing a partial or complete case-independent match to the start of the name of an actual panel.

Value

Nothing.

Author(s)

Paul Shannon

See Also

hidePanel dockPanel

Examples

1
2
3
4
  cy  <- CytoscapeConnection ()
  floatPanel (cy, 'Control Panel')
    # or with less typing
  floatPanel (cy, 'c')

RCytoscape documentation built on Nov. 17, 2017, 10:52 a.m.