Description Usage Arguments Value Examples
hideAllEdges
1 2 | ## S4 method for signature 'RCyjs'
hideAllEdges(obj)
|
obj |
an RCyjs instance |
no return value
1 2 3 4 5 6 7 | if(interactive()){
g <- simpleDemoGraph()
rcy <- RCyjs(title="rcyjs demo", graph=g)
layout(rcy, "cose")
hideAllEdges()
showAll(rcy, "edges")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.