raiseWindow: raiseWindow

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
raiseWindow(obj, window.title=NA)

Arguments

obj

a CytoscapeConnectionClass object, or its subclass, CytoscapeWindowClass.

window.title

a string.

Value

None.

Author(s)

Paul Shannon

See Also

resizeWindow

Examples

1
2
  cw <- new.CytoscapeWindow ('raiseWindow.test', graph=makeSimpleGraph())
  raiseWindow (cw)

RCytoscape documentation built on Nov. 17, 2017, 10:52 a.m.