powered by
ladderize(phy, right = TRUE)
"phylo"
FALSE
plot.phylo
reorder.phylo
tr <- rcoal(50) layout(matrix(1:4, 2, 2)) plot(tr, main = "normal") plot(ladderize(tr), main = "right-ladderized") plot(ladderize(tr, FALSE), main = "left-ladderized") layout(matrix(1, 1))
Run the code above in your browser using DataLab