multiRF | R Documentation |
Computes the Robinson-Foulds (Robinson & Foulds 1981) distance between a set of trees in an object of class "multiPhylo"
.
multiRF(trees,quiet=FALSE,multi2di=FALSE)
trees |
object of class |
quiet |
logical argument indicating whether or not to run quietly. (Defaults to |
multi2di |
logical argument indicating whether or not to resolve multifurcating trees. (Defaults to |
Computes the Robinson-Foulds distance between all phylogenies in an object of class "multiPhylo"
. Uses prop.part
internally for most of the heavy lifting.
A matrix containing distances.
Liam Revell liam.revell@umb.edu
Revell, L. J. (2024) phytools 2.0: an updated R ecosystem for phylogenetic comparative methods (and other things). PeerJ, 12, e16505.
Robinson, D. R., Foulds, L. R. (1981) Comparison of phylogenetic trees. Mathematical Biosciences, 53, 131-147.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.