roundRobinGraph {pcFactorStan}R Documentation

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

roundRobinGraph(letters[1:5], 10)

[Package pcFactorStan version 1.5.4 Index]