Description Usage Arguments Value Author(s) See Also Examples
In the specified CytoscapeWindow, set the size of the specified node. Not that the node dimensions (size and size) must be locked (the default state) for this to work. Node height and width change together.
1 | setNodeSizeDirect(obj, node.names, new.sizes)
|
obj |
a |
node.names |
one or more |
new.sizes |
one or more |
None.
Paul Shannon
lockNodeDimensions setNodeWidthDirect setNodeHeightDirect
1 2 3 4 5 6 | cw <- new.CytoscapeWindow ('setNodeSizeDirect.test', graph=makeSimpleGraph())
displayGraph (cw)
redraw (cw)
layoutNetwork(cw, 'jgraph-spring')
setNodeSizeDirect (cw, 'A', 32)
redraw (cw)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.