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