| getSupportedEdgeDecoratorShapes,RCyjs-method {RCyjs} | R Documentation |
getSupportedEdgeDecoratorShapes return a list of those currently offered
## S4 method for signature 'RCyjs' getSupportedEdgeDecoratorShapes(obj)
obj |
an RCyjs instance |
a list of character strings
if(interactive()){
g <- createTestGraph(nodeCount=20, edgeCount=20)
rcy <- RCyjs(title="shapes", graph=g)
shapes <- getSupportedEdgeDecoratorShapes(rcy)
}