phylo-to-TreeMan {treeman}R Documentation

Convert phylo to TreeMan

Description

Return a TreeMan from ape's phylo

See Also

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

Examples

library(treeman)
library(ape)
tree <- compute.brlen(rtree(10))
tree <- as(tree, 'TreeMan')

[Package treeman version 1.1.3 Index]