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