mstCompute {SMITIDvisu} | R Documentation |
compute the minimum spanning tree
Description
compute the minimum spanning tree of a matrix representing edges between nodes (of a graph)
Usage
mstCompute(mat)
Arguments
mat |
weighted matrix representing nodes connection (edges weight) |
Value
a matrix with 1 if nodes are linked, 0 otherwise.
[Package SMITIDvisu version 0.0.9 Index]