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.5)dupNodes_0.3.0.zip(r-4.4)dupNodes_0.3.0.zip(r-4.3)
dupNodes_0.3.0.tgz(r-4.4-any)dupNodes_0.3.0.tgz(r-4.3-any)
dupNodes_0.3.0.tar.gz(r-4.5-noble)dupNodes_0.3.0.tar.gz(r-4.4-noble)
dupNodes_0.3.0.tgz(r-4.4-emscripten)dupNodes_0.3.0.tgz(r-4.3-emscripten)
dupNodes.pdf |dupNodes.html✨
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 8 months agofrom:29bcb08355. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-win | OK | Nov 07 2024 |
R-4.5-linux | OK | Nov 07 2024 |
R-4.4-win | OK | Nov 07 2024 |
R-4.4-mac | OK | Nov 07 2024 |
R-4.3-win | OK | Nov 07 2024 |
R-4.3-mac | OK | Nov 07 2024 |
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.Rmd
usingknitr::rmarkdown
on Nov 07 2024.Last update: 2024-04-11
Started: 2024-02-06
Computing the betweenness of the Florentine social network using DNSL method
Rendered fromflorentine-social-network.Rmd
usingknitr::rmarkdown
on Nov 07 2024.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 |