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)
  }

PriceLab/RCyjs documentation built on May 10, 2019, 8:03 a.m.