skeleton {lcd} | R Documentation |
Returns the skeleton of a graph. The graph can be undirected, directed or mixed.
skeleton(amat)
amat |
the adjacency matrix of the graph. |
The adjacency matrix of the graph skeleton.
Zongming Ma and Xiangrui Meng
skeleton(toy.graph)