getSupportedNodeShapes,RCyjs-method {RCyjs}R Documentation

getSupportedNodeShapes

Description

getSupportedNodeShapes return a list of those currently offered

Usage

## S4 method for signature 'RCyjs'
getSupportedNodeShapes(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 <- getSupportedNodeShapes(rcy)
  }


[Package RCyjs version 2.16.0 Index]