deleteAllWindowsR Documentation

deleteAllWindows

Description

Delete all the network windows currently held by Cytoscape, removing them from the screen, and deleting Cytoscape's copy of all of the graphs. The R graphs are unchanged.

Usage

deleteAllWindows(obj)

Arguments

obj a CytoscapeConnectionClass object.

Value

Nothing.

Author(s)

Paul Shannon

Examples

  cy <- CytoscapeConnection ()
  cw1 = new.CytoscapeWindow ('cw1')
  cw2 = new.CytoscapeWindow ('cw2')
  deleteAllWindows (cy)