Description Usage Arguments Value Author(s) See Also Examples
Select the specified nodes.
1 | lockNodeDimensions(obj, new.state, visual.style.name='default')
|
obj |
a |
new.state |
a |
visual.style.name |
a |
None.
Paul Shannon
setNodeSizeDirect setNodeWidthDirect setNodeHeightDirect
1 2 3 4 5 6 7 | cw <- new.CytoscapeWindow ('lockNodeDimensions demo', graph=makeSimpleGraph())
displayGraph (cw)
layoutNetwork(cw)
redraw (cw)
lockNodeDimensions (cw, FALSE)
setNodeWidthDirect (cw, 'A', 100)
setNodeHeightDirect (cw, 'A', 50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.