createTestGaph: createTestGraph

Description Usage Arguments Value Examples

Description

createTestGraph With as many nodes and edges as you wish, but neither edge nor node attributes.

Usage

1
createTestGraph(nodeCount, edgeCount)

Arguments

nodeCount

1 or more

edgeCount

0 or more

Value

a graphNEL with nodeCount nodes and edgeCount edges

Examples

1
  g <- createTestGraph(5, 3)

PriceLab/RCyjs documentation built on May 10, 2019, 8:03 a.m.