Update README.md

This commit is contained in:
Benjamin Smith 2024-11-05 19:29:52 -05:00 committed by GitHub
parent 46b04e9d58
commit 4fc8ddc42a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -724,6 +724,7 @@ __Note:__ searching for @ will return all Twitter accounts listed on this
- [hierformR](https://CRAN.R-project.org/package=hierformR) Determine paths and states that social networks develop over time to form social hierarchies. - [hierformR](https://CRAN.R-project.org/package=hierformR) Determine paths and states that social networks develop over time to form social hierarchies.
- [igraph](http://igraph.org/r/) - A collection of network analysis tools. - [igraph](http://igraph.org/r/) - A collection of network analysis tools.
- [Network Analysis and Visualization with R and igraph](http://kateto.net/networks-r-igraph) (2016). - [Network Analysis and Visualization with R and igraph](http://kateto.net/networks-r-igraph) (2016).
- [ig.degree.betweenness](https://github.com/benyamindsmith/ig.degree.betweenness/) - an igraph implementation of the [Smith-Pittman](https://arxiv.org/abs/2411.01394) community detection algorithm (2024).
- [influenceR](https://CRAN.R-project.org/package=influenceR) - Compute various node centrality network measures by Burt, Borgatti and others. - [influenceR](https://CRAN.R-project.org/package=influenceR) - Compute various node centrality network measures by Burt, Borgatti and others.
- [keyplayer](https://CRAN.R-project.org/package=keyplayer) - Implements several network centrality measures. - [keyplayer](https://CRAN.R-project.org/package=keyplayer) - Implements several network centrality measures.
- [latentnet](https://CRAN.R-project.org/package=latentnet) - Latent position and cluster models for network objects. - [latentnet](https://CRAN.R-project.org/package=latentnet) - Latent position and cluster models for network objects.