TreeMan-to-phylo {treeman}R Documentation

Convert TreeMan to phylo

Description

Return ape's phylo from a TreeMan

See Also

phylo-to-TreeMan, TreeMen-to-multiPhylo multiPhylo-to-TreeMen TreeMan-class

Examples

library(treeman)
library(ape)
tree <- randTree(10)
tree <- as(tree, 'phylo')

[Package treeman version 1.1.3 Index]