Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.7%) to scientific vocabulary
Repository
Interactive Dendrograms (backport of idendro to Tcl/Tk)
Basic Info
- Host: GitHub
- Owner: tsieger
- Language: R
- Default Branch: master
- Size: 3.97 MB
Statistics
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
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.
Owner
- Name: Tomáš Sieger
- Login: tsieger
- Kind: user
- Repositories: 8
- Profile: https://github.com/tsieger
GitHub Events
Total
Last Year
Committers
Last synced: over 3 years ago
All Time
- Total Commits: 104
- Total Committers: 3
- Avg Commits per committer: 34.667
- Development Distribution Score (DDS): 0.192
Top Committers
| Name | Commits | |
|---|---|---|
| Tomas Sieger | t****r@s****e | 84 |
| Tomas Sieger | t****r@u****m | 17 |
| tsieger | t****s@s****r | 3 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 12 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 257 last-month
- Total docker downloads: 43,390
-
Total dependent packages: 0
(may contain duplicates) -
Total dependent repositories: 0
(may contain duplicates) - Total versions: 8
- Total maintainers: 1
proxy.golang.org: github.com/tsieger/idendr0
- Documentation: https://pkg.go.dev/github.com/tsieger/idendr0#section-documentation
-
Latest release: v1.5.3
published over 9 years ago
Rankings
cran.r-project.org: idendr0
Interactive Dendrograms
- Homepage: http://github.com/tsieger/idendr0
- Documentation: http://cran.r-project.org/web/packages/idendr0/idendr0.pdf
- License: GPL-2
-
Latest release: 1.5.3
published over 9 years ago
Rankings
Maintainers (1)
Dependencies
- grDevices * imports
- graphics * imports
- stats * imports
- tcltk * imports
- tkrplot * imports
- DendSer * suggests
- RColorBrewer * suggests
- cluster * suggests
- datasets * suggests
- loon * suggests
- rggobi * suggests