Learn R Programming

RCytoscape (version 1.22.0)

setDefaultNodeSelectionColor: setDefaultNodeSelectionColor

Description

Retrieve the default color used to display selected nodes.

Usage

setDefaultNodeSelectionColor(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.

Examples

Run this code
  cy <- CytoscapeConnection ()
  print (setDefaultNodeSelectionColor (cy, '#FF0000'))

Run the code above in your browser using DataLab