setNodeBorderColor,RCyjs-method {RCyjs}R Documentation

setNodeBorderColor

Description

setNodeBorderColor set the specified nodes to the specifed node border color

Usage

## S4 method for signature 'RCyjs'
setNodeBorderColor(obj, nodeIDs, newValues)

Arguments

obj

an RCyjs instance

nodeIDs

a character string (one or more)

newValues

legal CSS color names (one or more)

Value

no value returned

Examples

if(interactive()){
  g <- simpleDemoGraph()
  rcy <- RCyjs(title="setNodeBorderColor", graph=g)
  layout(rcy, "cose")
  setNodeBorderColor(rcy, "green")
  }


[Package RCyjs version 2.14.0 Index]