This package is considered a duplicate. The official version of this package is found at:https://mbedward.r-universe.dev/packcircles
Package: packcircles 0.3.7
packcircles: Circle Packing
Algorithms to find arrangements of non-overlapping circles.
Authors:
packcircles_0.3.7.tar.gz
packcircles_0.3.7.tar.gz(r-4.5-noble)packcircles_0.3.7.tar.gz(r-4.4-noble)
packcircles_0.3.7.tgz(r-4.4-emscripten)packcircles_0.3.7.tgz(r-4.3-emscripten)
packcircles.pdf |packcircles.html✨
packcircles/json (API)
NEWS
# Install 'packcircles' in R: |
install.packages('packcircles', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mbedward/packcircles/issues
Datasets:
- bacteria - Abundance of bacteria
Last updated 5 days agofrom:7594084b95. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 25 2024 |
R-4.5-linux-x86_64 | OK | Nov 25 2024 |
Exports:circleGraphLayoutcircleLayoutcircleLayoutVerticescirclePlotDatacircleProgressiveLayoutcircleRemoveOverlapscircleRepelLayoutcircleVertices
An introduction
Rendered fromintro.Rmd
usingknitr::rmarkdown
on Nov 25 2024.Last update: 2020-12-12
Started: 2015-07-22
Graph-based circle packing
Rendered fromgraph_packing.Rmd
usingknitr::rmarkdown
on Nov 25 2024.Last update: 2020-12-12
Started: 2015-07-22
Progressive circle packing
Rendered fromprogressive_packing.Rmd
usingknitr::rmarkdown
on Nov 25 2024.Last update: 2024-11-21
Started: 2017-04-06
Readme and manuals
Help Manual
Help page | Topics |
---|---|
packcircles: Simple algorithms for circle packing | packcircles-package packcircles |
Abundance of bacteria | bacteria |
Find an arrangement of circles satisfying a graph of adjacencies | circleGraphLayout |
Arranges circles by iterative pair-wise repulsion within a bounding rectangle | circleLayout |
Generate a set of circle vertices suitable for plotting | circleLayoutVertices |
Generate a set of circle vertices suitable for plotting | circlePlotData |
Progressive layout algorithm | circleProgressiveLayout |
Filters a set of circles to remove all overlaps | circleRemoveOverlaps |
Arranges circles by iterative pair-wise repulsion within a bounding rectangle | circleRepelLayout |
Generate vertex coordinates for a circle | circleVertices |