Finds the Colless number for a tree.
Note that the package apTreeshape has a function colless to compute the Colless imbalance with additional options to normalise it based on the model;
we include this simple function here for convenience within this package, and for use on objects of class phylo and phylo4.
colless.phylo(tree, normalise = TRUE)The Colless imbalance number of the tree.
## Find the Colless imbalance of a random tree with 10 tips:
tree <- rtree(10)
plot(tree)
colless.phylo(tree)
#> [1] 0.3888889