createTestGraph {RCyjs} | R Documentation |
createTestGraph
With as many nodes and edges as you wish, but neither edge nor node attributes.
createTestGraph(nodeCount, edgeCount)
nodeCount |
1 or more |
edgeCount |
0 or more |
a graphNEL with nodeCount
nodes and edgeCount
edges
g <- createTestGraph(5, 3)