setDefaultNodeBorderWidth,RCyjs-method {RCyjs} | R Documentation |
setDefaultNodeBorderWidth
in pixels
## S4 method for signature 'RCyjs' setDefaultNodeBorderWidth(obj, newValue)
obj |
an RCyjs instance |
newValue |
numeric, in pixels |
no value returned
if(interactive()){ g <- simpleDemoGraph() rcy <- RCyjs(title="setDefaultNodeBorderWidth", graph=g) layout(rcy, "cose") setDefaultNodeBorderWidth(rcy, 2) }