| setDefaultEdgeLineColor,RCyjs-method {RCyjs} | R Documentation |
setDefaultEdgeLineColor
## S4 method for signature 'RCyjs' setDefaultEdgeLineColor(obj, newValue)
obj |
an RCyjs instance |
newValue |
a character string, and valid CSS color |
no value returned
if(interactive()){
g <- simpleDemoGraph()
rcy <- RCyjs(title="setDefaultEdgeLineColor", graph=g)
layout(rcy, "cose")
setDefaultEdgeLineColor(rcy, "red")
}