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)

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