Description Usage Arguments Value References
View source: R/tree-utilities.R
#' @title
1 | layoutDaylight(model, branch.length, MAX_COUNT = 5)
|
model |
tree object, e.g. phylo or treedata |
branch.length |
set to 'none' for edge length of 1. Otherwise the phylogenetic tree edge length is used. |
MAX_COUNT |
the maximum number of iterations to run (default 5) |
tree as data.frame with equal angle layout.
The following aglorithm aims to implement the vague description of the "Equal-daylight Algorithm" in "Inferring Phylogenies" pp 582-584 by Joseph Felsenstein.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.