Learn R Programming

RCytoscape (version 1.22.0)

redraw: redraw

Description

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

Usage

redraw(obj)

Arguments

obj
a CytoscapeWindowClass object.

Value

None.

See Also

displayGraph layout

Examples

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

Run the code above in your browser using DataLab