gen.child.list.mstR Documentation

gen.child.list.mst

Description

Generate an adjacency list

Usage

gen.child.list.mst(clust.edge.list, m)

Arguments

clust.edge.list

The return value of the kruskal() function.

m

Number of nodes.

Value

An adjacency list in the form of a list of vectors.