Description Usage Arguments Value Examples
setNodeBorderWidth
set the specified nodes to the same specifed node border width, in pixels
1 2 | ## S4 method for signature 'RCyjs'
setNodeBorderWidth(obj, nodeIDs, newValues)
|
obj |
an RCyjs instance |
nodeIDs |
a character string (one or more) |
newValues |
numeric, in pixels (one, or as many as there are nodeIDs) |
no value returned
1 2 3 4 5 6 | if(interactive()){
g <- simpleDemoGraph()
rcy <- RCyjs(title="setNodeBorderWidth", graph=g)
layout(rcy, "cose")
setNodeBorderWidth(rcy, 3)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.