Description Usage Arguments Value Examples
getSupportedEdgeDecoratorShapes return a list of those currently offered
| 1 2 | ## S4 method for signature 'RCyjs'
getSupportedEdgeDecoratorShapes(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 <- getSupportedEdgeDecoratorShapes(rcy)
  }
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.