getSupportedEdgeDecoratorShapes,RCyjs-method {RCyjs}R Documentation

getSupportedEdgeDecoratorShapes

Description

getSupportedEdgeDecoratorShapes return a list of those currently offered

Usage

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

Arguments

obj

an RCyjs instance

Value

a list of character strings

Examples

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




[Package RCyjs version 2.6.0 Index]