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