skeleton {lcd}R Documentation

Graph skeleton

Description

Returns the skeleton of a graph. The graph can be undirected, directed or mixed.

Usage

skeleton(amat)

Arguments

amat the adjacency matrix of the graph.

Value

The adjacency matrix of the graph skeleton.

Author(s)

Zongming Ma and Xiangrui Meng

Examples

skeleton(toy.graph)

[Package lcd version 0.7-2 Index]