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