redrawR Documentation

redraw

Description

Asks Cytoscape to redraw all nodes and edges, applying the vizmap rules.

Usage

redraw(obj)

Arguments

obj a CytoscapeWindowClass object.

Value

None.

Author(s)

Paul Shannon

See Also

displayGraph layout

Examples

  cw <- new.CytoscapeWindow ('redraw.test', graph=makeSimpleGraph())
  redraw (cw)