layoutEqualAngle {ggtree}R Documentation

layoutEqualAngle

Description

'Equal-angle layout algorithm for unrooted trees'

Usage

layoutEqualAngle(tree, branch.length)

Arguments

tree

phylo object

branch.length

set to 'none' for edge length of 1. Otherwise the phylogenetic tree edge length is used.

Value

tree as data.frame with equal angle layout.

References

"Inferring Phylogenies" by Joseph Felsenstein.


[Package ggtree version 1.10.5 Index]