resolveNode(tree,node)
resolveAllNodes(tree)
"phylo"
.resolveNode
, the node with a polytomy to resolve."multiPhylo"
- or, if the input tree is already fully resolved, an object of class "phylo"
indentical to tree
.
resolveNode
applied to a multifurcation with n descendants, the number of resolved trees will be equal to the number of possible rooted trees of n taxa. (For instance, three for a trifurcation, 15 for a quadrifurcation, and so on.)
For resolveAllNodes
the number of fully resolved trees will be equal to the product of numbers for resolveNode
applied to each multifurcation separately. (For instance, 45 for a tree containing one trifurcation and one quadrifurcation.)
multi2di