setDefaultStyle,RCyjs-method {RCyjs}R Documentation

setDefaultStyle

Description

setDefaultStyle use some sensible rendering options for all elements of the graph

Usage

## S4 method for signature 'RCyjs'
setDefaultStyle(obj)

Arguments

obj

an RCyjs instance

Value

no value returned

Examples

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


[Package RCyjs version 2.4.0 Index]