Description Usage Arguments Details References See Also Examples
Returns the Robinson-Foulds distance between two trees.
1 |
tree_1 |
|
tree_2 |
|
nrmlsd |
Boolean, should returned value be between 0 and 1? Default, FALSE. |
RF distance is calculated as the sum of partitions in one tree that are not shared by the other. The maximum number of split differences is the total number of nodes in both trees (excluding the roots). Trees are assumed to be bifurcating, this is not tested. The metric is calculated as if trees are unrooted. Parallelizable.
Robinson, D. R.; Foulds, L. R. (1981). "Comparison of phylogenetic trees". Mathematical Biosciences 53: 131-147.
calcDstBLD
, calcDstTrp
https://github.com/DomBennett/treeman/wiki/calc-methods
1 2 3 4 |
[1] 16
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.