hideAllPanelsR Documentation

hideAllPanels

Description

All panels will be hidden, and no longer visible in the Cytoscape Desktop of, if floating, elsewhere on the computer screen.

Usage

hideAllPanels(obj)

Arguments

obj a CytoscapeConnectionClass object.

Value

Nothing.

Author(s)

Paul Shannon

See Also

floatPanel dockPanel hidePanel

Examples

  cy <- CytoscapeConnection ()
  hideAllPanels (cy)