setDefaultNodeFontSize,RCyjs-method {RCyjs}R Documentation

setDefaultNodeFontSize

Description

setDefaultNodeFontSize put somewhat more detailed description here

Usage

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

Arguments

obj

an RCyjs instance

newValue

numeric, in points

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="setDefaultNodeFontSize", graph=g)
  layout(rcy, "cose")
  setDefaultNodeFontSize(rcy, 8)
  }


[Package RCyjs version 2.16.0 Index]