Idendr0
Interactive Dendrograms (backport of idendro to Tcl/Tk)
Install / Use
/learn @tsieger/Idendr0README
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 interactive plots and user-supplied plots.
idendr0 is a backport of idendro to base R graphics and Tcl/Tk GUI.
Documentation
A paper in the Journal of Statistical Software and idendro vignette.
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)

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

For more demos, please run demo(package="idendr0")'.
Find out more at https://github.com/tsieger/idendr0.
Related Skills
node-connect
336.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
336.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.8kCommit, push, and open a PR
