Skip to content

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

Notifications You must be signed in to change notification settings

sysbiolab/TreeAndLeaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages