Learn R Programming

RCy3 (version 1.2.0)

raiseWindow: raiseWindow

Description

Raise this window to the top on the Cytoscape desktop, so that it can be seen.

Usage

raiseWindow(obj, window.title=NA)

Arguments

obj
a CytoscapeConnectionClass object, or its subclass, CytoscapeWindowClass.
window.title
a string.

Value

None.

See Also

resizeWindow

Examples

Run this code
  # WARNING: Method RCy3::raiseWindow() is not implemented in RCy3!
  
  # first, delete existing windows to save memory:
  deleteAllWindows(CytoscapeConnection())

  cw <- CytoscapeWindow ('raiseWindow.test', graph=makeSimpleGraph())
  cw2 <- CytoscapeWindow ('raiseWindow.test2', graph=makeSimpleGraph())
  
  raiseWindow (cw)

Run the code above in your browser using DataLab