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