getSupportedEdgeDecoratorShapes: getSupportedEdgeDecoratorShapes

Description Usage Arguments Value Examples

Description

getSupportedEdgeDecoratorShapes return a list of those currently offered

Usage

1
2
## S4 method for signature 'RCyjs'
getSupportedEdgeDecoratorShapes(obj)

Arguments

obj

an RCyjs instance

Value

a list of character strings

Examples

1
2
3
4
5
if(interactive()){
  g <- createTestGraph(nodeCount=20, edgeCount=20)
  rcy <- RCyjs(title="shapes", graph=g)
  shapes <- getSupportedEdgeDecoratorShapes(rcy)
  }

paul-shannon/RCyjs documentation built on May 28, 2019, 1:15 p.m.