setDefaultEdgeSelectionColorR Documentation

setDefaultEdgeSelectionColor

Description

Retrieve the default color used to display selected edges.

Usage

setDefaultEdgeSelectionColor(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 (setDefaultEdgeSelectionColor (cy, '#FF0000'))