treeman (version 1.1.3)

TreeMan-to-phylo: Convert TreeMan to phylo

Description

Return ape's phylo from a TreeMan

Arguments

See Also

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

Examples

Run this code
# NOT RUN {
library(treeman)
library(ape)
tree <- randTree(10)
tree <- as(tree, 'phylo')
# }

Run the code above in your browser using DataCamp Workspace