setNodeFontColor: setNodeFontColor

Description Usage Arguments Value Examples

Description

setNodeFontColor set the specified nodes to the same specifed node font color

Usage

1
2
## S4 method for signature 'RCyjs'
setNodeFontColor(obj, nodeIDs, newValues)

Arguments

obj

an RCyjs instance

nodeIDs

a character string (one or more)

newValues

a character string, a legal CSS color name (one or more)

Value

no value returned

Examples

1
2
3
4
5
6
if(interactive()){
  g <- simpleDemoGraph()
  rcy <- RCyjs(title="setNodeFontColor", graph=g)
  layout(rcy, "cose")
  setNodeFontColor(rcy, "red")
  }

paul-shannon/RCyjs documentation built on May 28, 2019, 1:15 p.m.