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.
Treemaps are a visually appealing graphical representation of numerical data using a space-filling approach. A plane or 'map' is subdivided into smaller areas called cells. The cells in the map are scaled according to an underlying metric which allows to grasp the hierarchical organization and relative importance of many objects at once. This package contains two different implementations of treemaps, Voronoi treemaps and Sunburst treemaps. The Voronoi treemap function subdivides the plot area in polygonal cells according to the highest hierarchical level, then continues to subdivide those parental cells on the next lower hierarchical level, and so on. The Sunburst treemap is a computationally less demanding treemap that does not require iterative refinement, but simply generates circle sectors that are sized according to predefined weights. The Voronoi tesselation is based on functions from Paul Murrell (2012) <https://www.stat.auckland.ac.nz/~paul/Reports/VoronoiTreemap/voronoiTreeMap.html>.
Version: | 0.1.3 |
Depends: | R (≥ 3.5.0) |
Imports: | colorspace, dplyr, grid, lattice, methods, Rcpp, scales, sf, sp, tibble |
LinkingTo: | BH, Rcpp, RcppCGAL |
Suggests: | knitr, parallel, rmarkdown |
Published: | 2024-11-04 |
DOI: | 10.32614/CRAN.package.WeightedTreemaps |
Author: | Michael Jahn [aut, cre], David Leslie [aut], Ahmadou Dicko [aut], Paul Murrell [aut, cph] |
Maintainer: | Michael Jahn <jahn at mpusp.mpg.de> |
BugReports: | https://github.com/m-jahn/WeightedTreemaps/issues |
License: | GPL-3 |
URL: | https://github.com/m-jahn/WeightedTreemaps |
NeedsCompilation: | yes |
SystemRequirements: | C++17 |
Materials: | README NEWS |
CRAN checks: | WeightedTreemaps results |
Reference manual: | WeightedTreemaps.pdf |
Vignettes: |
WeightedTreemaps (source, R code) |
Package source: | WeightedTreemaps_0.1.3.tar.gz |
Windows binaries: | r-devel: WeightedTreemaps_0.1.3.zip, r-release: WeightedTreemaps_0.1.3.zip, r-oldrel: WeightedTreemaps_0.1.3.zip |
macOS binaries: | r-release (arm64): WeightedTreemaps_0.1.3.tgz, r-oldrel (arm64): WeightedTreemaps_0.1.3.tgz, r-release (x86_64): WeightedTreemaps_0.1.3.tgz, r-oldrel (x86_64): WeightedTreemaps_0.1.3.tgz |
Old sources: | WeightedTreemaps archive |
Please use the canonical form https://CRAN.R-project.org/package=WeightedTreemaps to link to this page.
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.