Crandore Hub

idendr0

Interactive Dendrograms

Interactive dendrogram that enables the user to select and color clusters, to zoom and pan the dendrogram, and to visualize the clustered data not only in a built-in heat map, but also in 'GGobi' interactive plots and user-supplied plots. This is a backport of Qt-based 'idendro' (<https://github.com/tsieger/idendro>) to base R graphics and Tcl/Tk GUI.

README

# idendr0

'idendr0' is an interactive dendrogram that enables the user to select 
and color clusters, to zoom and pan the dendrogram, and to visualize 
the clustered data not only in a built-in heat map, but also in 
[GGobi](http://ggobi.org/) interactive plots and user-supplied plots. 

idendr0 is a backport of [idendro](https://github.com/tsieger/idendro)
to base R graphics and Tcl/Tk GUI.

#### Documentation

[A paper](http://dx.doi.org/10.18637/jss.v076.i10) in the 
[Journal of Statistical Software](https://www.jstatsoft.org/)
and [idendro vignette](/inst/doc/idendro.pdf).

## To install:

* the latest released version: `install.packages("idendr0")`
* the latest development version: `devtools::install_github("tsieger/idendr0")`

##### A simple example:

    library(idendr0)
    hc <- hclust(dist(iris[, 1:4]))
    idendro(hc, iris)

![Example](/man/figures/idendr0_1.png?raw=true "Simple example.")

##### Integration with other plots

Please see `demo(idendroWithScatterAndParcoord)`, 
which, in addition to the dendrogram, creates two feature space plots:

![Example](/man/figures/idendr0_2.png?raw=true "Integration with other plots.")

For more demos, please run `demo(package="idendr0")`'.

Find out more at https://github.com/tsieger/idendr0.

Versions across snapshots

VersionRepositoryFileSize
1.5.4 rolling linux/jammy R-4.5 idendr0_1.5.4.tar.gz 1.3 MiB
1.5.4 rolling linux/noble R-4.5 idendr0_1.5.4.tar.gz 1.3 MiB
1.5.4 rolling source/ R- idendr0_1.5.4.tar.gz 1.3 MiB
1.5.4 latest linux/jammy R-4.5 idendr0_1.5.4.tar.gz 1.3 MiB
1.5.4 latest linux/noble R-4.5 idendr0_1.5.4.tar.gz 1.3 MiB
1.5.4 latest source/ R- idendr0_1.5.4.tar.gz 1.3 MiB
1.5.4 2026-04-26 source/ R- idendr0_1.5.4.tar.gz 1.3 MiB
1.5.4 2026-04-23 source/ R- idendr0_1.5.4.tar.gz 1.3 MiB
1.5.4 2026-04-09 windows/windows R-4.5 idendr0_1.5.4.zip 1.5 MiB
1.5.3 2025-04-20 source/ R- idendr0_1.5.3.tar.gz 1.0 MiB

Dependencies (latest)

Imports

Suggests