allFurcTrees | R Documentation |
This function creates all possible unrooted bi- and multifurcating trees and returns a list of trees as an object of class "multiPhylo"
.
allFurcTrees(n, tip.label=NULL, to.plot=TRUE)
n |
an integer giving the desired number of species. |
tip.label |
an optional vector of length n containing the tip names. |
to.plot |
an optional logical value indicating whether or not to plot the trees. |
This function should be used with extreme caution for n
greater than about 8, as in this case the number of possible trees is extremely large.
A list of trees as an object of class "multiPhylo"
.
Liam Revell liam.revell@umb.edu
Felsenstein, J. 2004. Inferring Phylogenies. Sinauer.
Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.
add.everywhere
, exhaustiveMP
## compute & plot all bi- and multifurcating
## trees for six taxa
trees<-allFurcTrees(n=6)
par(mfrow=c(16,15))
nulo<-sapply(trees,plot,type="unrooted",
no.margin=TRUE)
par(mfrow=c(1,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.