Description Usage Arguments Value Examples
getSupportedNodeShapes
return a list of those currently offered
1 2 | ## S4 method for signature 'RCyjs'
getSupportedNodeShapes(obj)
|
obj |
an RCyjs instance |
a list of character strings
1 2 3 4 5 | if(interactive()){
g <- createTestGraph(nodeCount=20, edgeCount=20)
rcy <- RCyjs(title="shapes", graph=g)
shapes <- getSupportedNodeShapes(rcy)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.