Sptree: Get Spanning tree from adjacency matrix

Description Usage Arguments Value Author(s) Examples

Description

Get Spanning tree from adjacency matrix

Usage

1
Sptree(ADJ)

Arguments

ADJ

the adjacency matrix of the factor

Value

ADJ the spaning tree of the adjacency matrix

Author(s)

Haidong Yi, Ayush T. Raman

Examples

1
2
W <- matrix(c(0,1,1,1,1,0,1,1,1,1,0,1,1,1,1,0), nrow=4)
Sptree(W)

zhanglabNKU/DASC documentation built on May 27, 2019, 1:46 p.m.