View source: R/FunctionsTree.R
SumTree | R Documentation |
Summing over trees (Matrix Tree Theorem)
SumTree(W)
W |
Squared weight matrix |
The number of total possible spanning trees
uniformeW=matrix(1,3,3)
SumTree(uniformeW)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.