| getLayoutStrategies,RCyjs-method {RCyjs} | R Documentation |
getLayoutStrategies return a list of those currently offered
## S4 method for signature 'RCyjs' getLayoutStrategies(obj)
obj |
an RCyjs instance |
a list of character strings
if(interactive()){
g <- createTestGraph(nodeCount=20, edgeCount=20)
rcy <- RCyjs(title="layouts", graph=g)
strategies <- getLayoutStrategies(rcy)
}