roundRobinGraph | R Documentation |
Create an edge list with round-robin connectivity
roundRobinGraph(name, N)
name |
vector of vertex names |
N |
number of comparisons |
An undirected graph represented as a data frame with each row describing an edge.
Other graph generators:
twoLevelGraph()
roundRobinGraph(letters[1:5], 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.