Package: dupNodes 0.3.0
dupNodes: Computes DNSLbetweenness, a Betweenness Measure that Includes Self-Loops
Computes a new measure, DNSL betweenness, via the creation of a new graph from an existing one, duplicating nodes with self-loops. This betweenness centrality does not drop this essential information. Implements Merelo & Molinari (2024) <doi:10.1007/s42001-023-00245-4>.
Authors:
dupNodes_0.3.0.tar.gz
dupNodes_0.3.0.zip(r-4.7)dupNodes_0.3.0.zip(r-4.6)dupNodes_0.3.0.zip(r-4.5)
dupNodes_0.3.0.tgz(r-4.6-any)dupNodes_0.3.0.tgz(r-4.5-any)
dupNodes_0.3.0.tar.gz(r-4.7-any)dupNodes_0.3.0.tar.gz(r-4.6-any)
dupNodes_0.3.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
dupNodes/json (API)
NEWS
| # Install 'dupNodes' in R: |
| install.packages('dupNodes', repos = c('https://jj.r-universe.dev', 'https://cloud.r-project.org')) |
- florentine.sn - Data on matrimonial and commercial links of Florentine families
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:29bcb08355. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 127 | ||
| source / vignettes | OK | 177 | ||
| linux-release-x86_64 | OK | 122 | ||
| macos-release-arm64 | OK | 138 | ||
| macos-oldrel-arm64 | OK | 158 | ||
| windows-devel | OK | 76 | ||
| windows-release | OK | 85 | ||
| windows-oldrel | OK | 75 | ||
| wasm-release | OK | 109 |
Exports:betweenness.with.duplicated.nodesDNSL.betweennessDNSLbetweenness_for_graphdup.nodes.from.data.framedup.nodes.from.graph
Dependencies:clicpp11glueigraphlatticelifecyclemagrittrMatrixpkgconfigrbibutilsRdpackrlangvctrs
Computing the betweenness of the doges social network using DNSL method
Rendered fromdoges-social-network.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2024-04-11
Started: 2024-02-06
Computing the betweenness of the Florentine social network using DNSL method
Rendered fromflorentine-social-network.Rmdusingknitr::rmarkdownon May 15 2026.Last update: 2024-04-11
Started: 2024-03-18
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Computes betweenness of an igraph object that already has duplicated nodes | betweenness.with.duplicated.nodes |
| Computed betweenness via duplication of nodes with self-loops (Duplicated Nodes with Self Loops) | DNSL.betweenness |
| Computes betweenness via duplication of nodes with self-loops for a graph | DNSLbetweenness_for_graph |
| Creates an igraph object from a data frame with self-loops | dup.nodes.from.data.frame |
| Creates an igraph object from a igraph some of whose nodes have self-loops | dup.nodes.from.graph |
| Data on matrimonial and commercial links of Florentine families | florentine.sn |
