| hideAllEdges,RCyjs-method {RCyjs} | R Documentation |
hideAllEdges
## S4 method for signature 'RCyjs' hideAllEdges(obj)
obj |
an RCyjs instance |
no return value
if(interactive()){
g <- simpleDemoGraph()
rcy <- RCyjs(title="rcyjs demo", graph=g)
layout(rcy, "cose")
hideAllEdges()
showAll(rcy, "edges")
}