Description Usage Arguments Value Examples
setDefaultStyle
use some sensible rendering options for all elements of the graph
1 2 | ## S4 method for signature 'RCyjs'
setDefaultStyle(obj)
|
obj |
an RCyjs instance |
no value returned
1 2 3 4 5 6 | if(interactive()){
g <- simpleDemoGraph()
rcy <- RCyjs(title="setDefaultNodesSize", graph=g)
layout(rcy, "cose")
setDefaultStyle(rcy)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.