TreeMan-to-phylo: Convert TreeMan to phylo

Description See Also Examples

Description

Return ape's phylo from a TreeMan. This will preserve node labels if they are different from the default labels (n#).

See Also

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

Examples

1
2
3
4
library(treeman)
library(ape)
tree <- randTree(10)
tree <- as(tree, 'phylo')

DomBennett/treeman documentation built on Nov. 12, 2020, 1:35 p.m.