Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 439 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 439 Bytes

TreeAndLeaf

An R package for displaying binary trees, aiming to represent multiple layers of information on dendrogram leaves.

Installation

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")