setNodeSize,RCyjs-method {RCyjs}R Documentation

setNodeSize

Description

setNodeSize set the specified nodes to the specifed sizes, in pixels

Usage

## S4 method for signature 'RCyjs'
setNodeSize(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="setNodesSize", graph=g)
  layout(rcy, "cose")
  setNodeSize(rcy, 80)
  }


[Package RCyjs version 2.6.0 Index]