TreeTools (version 0.1.3)

TreesMatchingSplit: Number of trees matching a bipartition split

Description

Calculates the number of unrooted bifurcated trees that are consistent with a bipartition split that divides taxa into groups of size A and B.

Usage

TreesMatchingSplit(A, B)

LnTreesMatchingSplit(A, B)

Arguments

A, B

Number of taxa in each partition.

Value

TreesMatchingSplit returns a numeric specifying the number of trees that are compatible with the given split.

LnTreesMatchingSplit gives the natural logarithm of this number.

Functions

  • LnTreesMatchingSplit: Logarithm of the number of trees matching a split.

See Also

Other split information functions: CharacterInformation, SplitInformation, UnrootedTreesMatchingSplit

Examples

Run this code
# NOT RUN {
TreesMatchingSplit(5, 6)
LnTreesMatchingSplit(5, 6)

# }

Run the code above in your browser using DataLab