roundRobinGraph {pcFactorStan} | 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)