setDefaultEdgeWidth: setDefaultEdgeWidth

Description Usage Arguments Value Examples

Description

setDefaultEdgeWidth in pixels

Usage

1
2
## S4 method for signature 'RCyjs'
setDefaultEdgeWidth(obj, newValue)

Arguments

obj

an RCyjs instance

newValue

a numeric

Value

no value returned

Examples

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

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