TreeMen-to-multiPhylo {treeman}R Documentation

Convert TreeMen to multiPhylo

Description

Return ape's multiPhylo from a TreeMen

See Also

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

Examples

library(treeman)
library(ape)
trees <- cTrees(randTree(10), randTree(10), randTree(10))
trees <- as(trees, 'multiPhylo')

[Package treeman version 1.1.3 Index]