createTestGraph {RCyjs}R Documentation

createTestGraph

Description

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

Usage

createTestGraph(nodeCount, edgeCount)

Arguments

nodeCount

1 or more

edgeCount

0 or more

Value

a graphNEL with nodeCount nodes and edgeCount edges

Examples

  g <- createTestGraph(5, 3)


[Package RCyjs version 2.4.0 Index]