Learn R Programming

RCy3 (version 1.2.0)

deleteAllWindows: 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.

Examples

Run this code
  cy <- CytoscapeConnection ()
  cw1 = CytoscapeWindow ('cw1')
  cw2 = CytoscapeWindow ('cw2')
  deleteAllWindows (cy)

Run the code above in your browser using DataLab