An R package for displaying binary trees, aiming to represent multiple layers of information on dendrogram leaves.
Install TreeAndLeaf from github:
if (! requireNamespace("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("sysbiolab/TreeAndLeaf", force = TRUE, build_vignettes = TRUE)
For more info on how to use the package:
vignette("TreeAndLeaf")