getSupportedNodeShapes: getSupportedNodeShapes

Description Usage Arguments Value Examples

Description

getSupportedNodeShapes return a list of those currently offered

Usage

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

RCyjs documentation built on Nov. 8, 2020, 8:20 p.m.