treeman (version 1.1.4)

multiPhylo-to-TreeMen: Convert multiPhylo to TreeMen

Description

Return a TreeMen from ape's mutlPhylo

Arguments

See Also

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

Examples

Run this code
# NOT RUN {
library(treeman)
library(ape)
trees <- c(rtree(10), rtree(10), rtree(10))
trees <- as(trees, 'TreeMen')
# }

Run the code above in your browser using DataLab