Learn R Programming

rwty (version 1.0.2)

tree.dist.matrix: Tree distance matrix calculation

Description

This function takes a list of trees and returns a distance matrix populated with Robinson-Foulds tree distances between all trees in the list.

Usage

tree.dist.matrix(trees)

Value

RF A distance matrix of RF distances

Arguments

trees

a multiPhylo object

Examples

Run this code
if (FALSE) {
data(fungus)
tree.dist.matrix(fungus$Fungus.Run1$trees)
}

Run the code above in your browser using DataLab