getSupportedNodeShapes,RCyjs-method {RCyjs} | R Documentation |
getSupportedNodeShapes
return a list of those currently offered
## S4 method for signature 'RCyjs' getSupportedNodeShapes(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 <- getSupportedNodeShapes(rcy) }