Learn R Programming

RCy3 (version 1.2.0)

hideAllPanels: hideAllPanels

Description

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

Usage

hideAllPanels(obj)

Arguments

obj
a CytoscapeConnectionClass object.

Value

Nothing.

See Also

floatPanel dockPanel hidePanel

Examples

Run this code
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

  cy <- CytoscapeConnection ()
  hideAllPanels (cy)

Run the code above in your browser using DataLab