setDefaultEdgeTargetArrowColor,RCyjs-method {RCyjs}R Documentation

setDefaultEdgeTargetArrowColor

Description

setDefaultEdgeTargetArrowColor

Usage

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

Arguments

obj

an RCyjs instance

newValue

a character string, and valid CSS color

Value

no value returned

Examples

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


[Package RCyjs version 2.14.0 Index]