multiPhylo-to-TreeMen {treeman}R Documentation

Convert multiPhylo to TreeMen

Description

Return a TreeMen from ape's mutlPhylo

See Also

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

Examples

library(treeman)
library(ape)
trees <- c(rtree(10), rtree(10), rtree(10))
trees <- as(trees, 'TreeMen')

[Package treeman version 1.1.3 Index]