calcRF {dowser}R Documentation

Finds the Robinson-Fould's Distance between phylogenies.

Description

calcRF Calculates the RF distance between two phylogenetic trees with the same tips and tip labels.

Usage

calcRF(tree_1, tree_2)

Arguments

tree_1

A phylo object

tree_2

A phylo object

Value

The input clones tibble with an additional column for the bootstrap replicate trees.


[Package dowser version 1.2.0 Index]