SumTree: Summing over trees (Matrix Tree Theorem)

View source: R/FunctionsTree.R

SumTreeR Documentation

Summing over trees (Matrix Tree Theorem)

Description

Summing over trees (Matrix Tree Theorem)

Usage

SumTree(W)

Arguments

W

Squared weight matrix

Value

The number of total possible spanning trees

Examples

uniformeW=matrix(1,3,3)
SumTree(uniformeW)

Rmomal/EMtree documentation built on Dec. 14, 2024, 8:16 a.m.