setDefaultEdgeLineColor,RCyjs-method {RCyjs}R Documentation

setDefaultEdgeLineColor

Description

setDefaultEdgeLineColor

Usage

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

Arguments

obj

an RCyjs instance

newValue

a character string, and valid CSS color

Value

no value returned

Examples

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


[Package RCyjs version 2.6.0 Index]