tree.dist.matrix {rwty} | R Documentation |
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)
Arguments
trees |
a multiPhylo object |
Value
RF A distance matrix of RF distances
Examples
## Not run:
data(fungus)
tree.dist.matrix(fungus$Fungus.Run1$trees)
## End(Not run)
[Package rwty version 1.0.2 Index]