Package: concom 1.0.0
concom: Connected Components of an Undirected Graph
Provides a function for fast computation of the connected components of an undirected graph (though not faster than the components() function of the 'igraph' package) from the edges or the adjacency matrix of the graph. Based on this one, a function to compute the connected components of a triangle 'rgl' mesh is also provided.
Authors:
concom_1.0.0.tar.gz
concom_1.0.0.zip(r-4.5)concom_1.0.0.zip(r-4.4)concom_1.0.0.zip(r-4.3)
concom_1.0.0.tgz(r-4.4-x86_64)concom_1.0.0.tgz(r-4.4-arm64)concom_1.0.0.tgz(r-4.3-x86_64)concom_1.0.0.tgz(r-4.3-arm64)
concom_1.0.0.tar.gz(r-4.5-noble)concom_1.0.0.tar.gz(r-4.4-noble)
concom_1.0.0.tgz(r-4.4-emscripten)concom_1.0.0.tgz(r-4.3-emscripten)
concom.pdf |concom.html✨
concom/json (API)
NEWS
# Install 'concom' in R: |
install.packages('concom', repos = c('https://stla.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/stla/concom/issues
Last updated 2 years agofrom:d97481fdd9. Checks:OK: 1 NOTE: 8. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 02 2024 |
R-4.5-win-x86_64 | NOTE | Nov 03 2024 |
R-4.5-linux-x86_64 | NOTE | Nov 02 2024 |
R-4.4-win-x86_64 | NOTE | Nov 02 2024 |
R-4.4-mac-x86_64 | NOTE | Nov 02 2024 |
R-4.4-mac-aarch64 | NOTE | Nov 02 2024 |
R-4.3-win-x86_64 | NOTE | Nov 02 2024 |
R-4.3-mac-x86_64 | NOTE | Nov 02 2024 |
R-4.3-mac-aarch64 | NOTE | Nov 02 2024 |
Exports:concomconcom3dconcomFromMatAdj
Dependencies:base64encBHbslibcachemclidigestenglishevaluatefastmapfontawesomefsgluehighrhtmltoolshtmlwidgetsjquerylibjsonliteknitrlifecyclemagrittrmemoisemimeR6rappdirsRcppRcppArmadilloRcppEigenrglrlangrmarkdownRvcgsasstinytexxfunyaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Connected Components | concom-package |
Connected components | concom |
Connected components of a 'rgl' mesh | concom3d |
Connected components from adjacency matrix | concomFromMatAdj |