pcFactorStan (version 1.5.4)

roundRobinGraph: Create an edge list with round-robin connectivity

Description

Create an edge list with round-robin connectivity

Usage

roundRobinGraph(name, N)

Value

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

Arguments

name

vector of vertex names

N

number of comparisons

See Also

Other graph generators: twoLevelGraph()

Examples

Run this code
roundRobinGraph(letters[1:5], 10)

Run the code above in your browser using DataLab