complete_mg: Construct complete graph

complete_mgR Documentation

Construct complete graph

Description

Make a complete graph with nodes having only tails in subset of size nU, and only arrow heads in remaining subset of size nB

Usage

complete_mg(nU, nB, ord)

Arguments

nU, nB

number of nodes in each component

ord

optional reordering of the vertices

Details

The default ordering is topological, placing the vertices with only tails first.


rje42/MixedGraphs documentation built on March 20, 2024, 8:09 a.m.