treeman (version 1.1.4)

phylo-to-TreeMan: Convert phylo to TreeMan

Description

Return a TreeMan from ape's phylo

Arguments

See Also

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

Examples

Run this code
# NOT RUN {
library(treeman)
library(ape)
tree <- compute.brlen(rtree(10))
tree <- as(tree, 'TreeMan')
# }

Run the code above in your browser using DataCamp Workspace