ape2ouch translates phylo representation of a phylogenetic tree into ouchtree representation.
The user can change the branch lengths while preserving the topology.ape2ouch(tree, scale = TRUE, branch.lengths = tree$edge.length)phylo created in package scale=TRUE, the tree's depth will be scaled to 1.
If scale is a number, then the branch lengths will be scaled by this number.