UnrootedTreesMatchingSplit | R Documentation |
Calculates the number of unrooted bifurcating trees consistent with the specified multi-partition split, using theorem two of \insertCiteCarter1990;textualTreeTools.
UnrootedTreesMatchingSplit(...)
LnUnrootedTreesMatchingSplit(...)
Log2UnrootedTreesMatchingSplit(...)
... |
A series or vector of integers listing the number of tips in
each of a number of tree splits (e.g. bipartitions).
For example, |
UnrootedTreesMatchingSplit()
returns an integer specifying the
number of unrooted bifurcating trees consistent with the specified split.
Martin R. Smith (martin.smith@durham.ac.uk)
Other split information functions:
CharacterInformation()
,
SplitInformation()
,
SplitMatchProbability()
,
TreesMatchingSplit()
UnrootedTreesMatchingSplit(c(3, 5))
UnrootedTreesMatchingSplit(3, 2, 1, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.