TreeDist (version 1.1.1)

SplitwiseInfo: Information content of splits within a tree

Description

Sum the phylogenetic information content for all splits within a phylogenetic tree. This value will be greater than the total information content of the tree where a tree contains multiple splits, as these splits will contain mutual information.

Usage

SplitwiseInfo(x)

Arguments

x

A tree of class phylo, a list of trees, or a multiPhylo object.

See Also

An introduction to the phylogenetic information content of a split is given in SplitInformation() and in a package vignette.

Other information functions: ClusteringEntropy(), SplitEntropy(), SplitSharedInformation()

Examples

Run this code
# NOT RUN {
SplitwiseInfo(TreeTools::PectinateTree(8))
# }

Run the code above in your browser using DataLab