setDefaultNodeColor,RCyjs-method {RCyjs}R Documentation

setDefaultNodeColor

Description

setDefaultNodeColor put somewhat more detailed description here

Usage

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

Arguments

obj

an RCyjs instance

newValue

a character string, any valid CSS color name

Details

multi-line description goes here with continuations on subsequent lines if you like

Value

no value returned

Examples

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


[Package RCyjs version 2.16.0 Index]