| setDefaultNodeSelectionColor | R Documentation | 
Retrieve the default color used to display selected nodes.
setDefaultNodeSelectionColor(obj, new.color, vizmap.style.name)
| obj | a CytoscapeConnectionClassobject. | 
| new.color | a characterobject, in quoted hexadecimal format | 
| vizmap.style.name | a characterobject, 'default' by default | 
Nothing.
Paul Shannon
cy <- CytoscapeConnection () print (setDefaultNodeSelectionColor (cy, '#FF0000'))