Learn R Programming

RCytoscape (version 1.22.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
  cw <- new.CytoscapeWindow ('raiseWindow.test', graph=makeSimpleGraph())
  raiseWindow (cw)

Run the code above in your browser using DataLab