setDefaultNodeReverseSelectionColorR Documentation

setDefaultNodeReverseSelectionColor

Description

Retrieve the default color used to display selected nodes.

Usage

setDefaultNodeReverseSelectionColor(obj, new.color, vizmap.style.name)

Arguments

obj a CytoscapeConnectionClass object.
new.color a character object, in quoted hexadecimal format
vizmap.style.name a character object, 'default' by default

Value

Nothing.

Author(s)

Paul Shannon

Examples

  cy <- CytoscapeConnection ()
  print (setDefaultNodeReverseSelectionColor (cy, '#FF0000'))