tree.dist.matrix | R Documentation |
This function takes a list of trees and returns a distance matrix populated with Robinson-Foulds tree distances between all trees in the list.
tree.dist.matrix(trees)
trees |
a multiPhylo object |
RF A distance matrix of RF distances
## Not run: data(fungus) tree.dist.matrix(fungus$Fungus.Run1$trees) ## End(Not run)