setDefaultEdgeLineStyle: setDefaultEdgeLineStyle

Description Usage Arguments Details Value Examples

Description

setDefaultEdgeLineStyle put somewhat more detailed description here

Usage

1
2
## S4 method for signature 'RCyjs'
setDefaultEdgeLineStyle(obj, newValue = c("solid", "dotted", "dashed"))

Arguments

obj

an RCyjs instance

newValue

a character string, one of "solid", "dotted", or "dashed"

Details

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

Value

no value returned

Examples

1
2
3
4
5
6
if(interactive()){
  g <- simpleDemoGraph()
  rcy <- RCyjs(title="setDefaultEdgeLineStyle", graph=g)
  layout(rcy, "cose")
  setDefaultEdgeLineColor(rcy, "dashed")
  }

RCyjs documentation built on Nov. 8, 2020, 8:20 p.m.