setDefaultNodeSize: setDefaultNodeSize

Description Usage Arguments Value Examples

Description

setDefaultNodeSize set all nodes to the same specifed size, in pixels

Usage

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

Arguments

obj

an RCyjs instance

newValue

a numeric, in pixels

Value

no value returned

Examples

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

paul-shannon/RCyjs documentation built on May 28, 2019, 1:15 p.m.