setNodeWidth,RCyjs-method {RCyjs}R Documentation

setNodeWidth

Description

setNodeWidth set the specified nodes to the specifed widths, in pixels

Usage

## S4 method for signature 'RCyjs'
setNodeWidth(obj, nodeIDs, newValues)

Arguments

obj

an RCyjs instance

nodeIDs

a character string (one or more)

newValues

a numeric, in pixels (one, or as many as there are nodeIDs)

Value

no value returned

Examples

if(interactive()){
  g <- simpleDemoGraph()
  rcy <- RCyjs(title="setNodesWidth", graph=g)
  layout(rcy, "cose")
  setNodeWidth(rcy, 80)
  }


[Package RCyjs version 2.14.0 Index]