redraw | R Documentation |
Asks Cytoscape to redraw all nodes and edges, applying the vizmap rules.
redraw(obj)
obj |
a CytoscapeWindowClass object. |
None.
Paul Shannon
displayGraph layout
cw <- new.CytoscapeWindow ('redraw.test', graph=makeSimpleGraph()) redraw (cw)