pcFactorStan (version 0.11)

roundRobinGraph: Create an edge list with round-robin connectivity

Description

Create an edge list with round-robin connectivity

Usage

roundRobinGraph(name, N)

Arguments

name

vector of vertex names

N

number of comparisons

Value

An undirected graph represented as a data frame with each row describing an edge.

See Also

Other graph generators: twoLevelGraph

Examples

Run this code
# NOT RUN {
roundRobinGraph(letters[1:5], 10)
# }

Run the code above in your browser using DataCamp Workspace