setNodeShape,RCyjs-method {RCyjs}R Documentation

setNodeShape

Description

setNodeShape set the specified nodes to specifed shapes

Usage

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

Arguments

obj

an RCyjs instance

nodeIDs

a character string (one or more)

newValues

a character string, one of the legitimate cytoscape.js node shapes

Value

no value returned

Examples

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


[Package RCyjs version 2.12.0 Index]