setDefaultEdgeLineColor: setDefaultEdgeLineColor

Description Usage Arguments Value Examples

Description

setDefaultEdgeLineColor

Usage

1
2
## 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

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

RCyjs documentation built on Nov. 8, 2020, 8:20 p.m.