mstCompute: compute the minimum spanning tree

Description Usage Arguments Value

View source: R/RcppExports.R

Description

compute the minimum spanning tree of a matrix representing edges between nodes (of a graph)

Usage

1

Arguments

mat

weighted matrix representing nodes connection (edges weight)

Value

a matrix with 1 if nodes are linked, 0 otherwise.


SMITIDvisu documentation built on Feb. 8, 2021, 9:06 a.m.