setDefaultEdgeWidth,RCyjs-method {RCyjs}R Documentation

setDefaultEdgeWidth

Description

setDefaultEdgeWidth in pixels

Usage

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

Arguments

obj

an RCyjs instance

newValue

a numeric

Value

no value returned

Examples

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


[Package RCyjs version 2.15.0 Index]