Description Usage Arguments Value Author(s) See Also Examples
Layout the current graph according to the specified algorithm.
1 | layoutNetwork(obj, layout.name='jgraph-spring')
|
obj |
a |
layout.name |
a |
Nothing.
Paul Shannon
getNodeShapes
1 2 3 4 5 | cw <- new.CytoscapeWindow ('layout.test', graph=makeSimpleGraph())
displayGraph (cw)
layoutNetwork (cw, 'jgraph-spring')
redraw (cw) # applies default vizmap (rendering) rules, plus any you
# have specified
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.