The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
‘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.
A paper in the Journal of Statistical Software and idendro vignette.
install.packages("idendr0")devtools::install_github("tsieger/idendr0")library(idendr0)
hc <- hclust(dist(iris[, 1:4]))
idendro(hc, iris)
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.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.