Description Usage Arguments Value Examples
setNodeShape
set the specified nodes to specifed shapes
1 2 | ## S4 method for signature 'RCyjs'
setNodeShape(obj, nodeIDs, newValues)
|
obj |
an RCyjs instance |
nodeIDs |
a character string (one or more) |
newValues |
a character string, one of the legitimate cytoscape.js node shapes |
no value returned
1 2 3 4 5 6 | if(interactive()){
g <- simpleDemoGraph()
rcy <- RCyjs(title="setNodeShape", graph=g)
layout(rcy, "cose")
setNodeShape(rcy, 80)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.