calcRF Calculates the RF distance between two phylogenetic trees with
the same tips and tip labels.
calcRF(tree_1, tree_2, nproc = 1, normalize = FALSE, include_root = TRUE)The RF cluster value for the two input trees.
A phylo object
A phylo object
Number of cores to use for calculations.
Normalize RF by maximum RF distance
If TRUE include root split in denominator when normalize=TRUE. If FALSE root split won't be counted as a possible split if trees are rooted at same tip.