setDefaultEdgeColor,RCyjs-method {RCyjs}R Documentation

setDefaultEdgeColor

Description

setDefaultEdgeColor

Usage

## S4 method for signature 'RCyjs'
setDefaultEdgeColor(obj, newValue)

Arguments

obj

an RCyjs instance

newValue

a character string, any valid CSS color

Value

no value returned

Examples

if(interactive()){
  g <- simpleDemoGraph()
  rcy <- RCyjs(title="setDefaultNodeColor", graph=g)
  layout(rcy, "cose")
  setDefaultNodeFontColor(rcy, "red")
  }


[Package RCyjs version 2.12.0 Index]