Description Usage Arguments Value Author(s) See Also Examples
In the specified CytoscapeWindow, set the opacity of the fill color of the specified node.
1 | setNodeFillOpacityDirect(obj, node.names, new.values)
|
obj |
a |
node.names |
one or more |
new.values |
a |
None.
Paul Shannon
setNodeLabelOpacityDirect setNodeOpacityDirect setNodeBorderOpacityDirect
1 2 3 4 5 6 | cw <- new.CytoscapeWindow ('setNodeFillOpacityDirect.test', graph=makeSimpleGraph())
displayGraph (cw)
redraw (cw)
layoutNetwork(cw, 'jgraph-spring')
setNodeFillOpacityDirect (cw, 'A', 220)
redraw (cw)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.