setNodeBorderColorDirect: setNodeBorderColorDirect

Description Usage Arguments Value Author(s) See Also Examples

Description

In the specified CytoscapeWindow, set the color of the border of the specified node.

Usage

1
setNodeBorderColorDirect(obj, node.names, new.color)

Arguments

obj

a CytoscapeWindowClass object.

node.names

one or more String objects.

new.color

a String object, in standard hex notation.

Value

None.

Author(s)

Paul Shannon

See Also

setNodeSizeDirect

Examples

1
2
3
4
5
6
  cw <- new.CytoscapeWindow ('setNodeBorderColorDirect.test', graph=makeSimpleGraph())
  displayGraph (cw)
  redraw (cw)
  layoutNetwork(cw, 'jgraph-spring')
  setNodeBorderColorDirect (cw, 'A', '#FFFF00')
  redraw (cw)

RCytoscape documentation built on Nov. 17, 2017, 10:52 a.m.