add ggraph + graphlayouts tutorial by @schochastics

This commit is contained in:
François Briatte 2019-08-26 13:37:11 +02:00
parent 625bb41a9b
commit b355b3bbb5

View File

@ -663,7 +663,8 @@ __Note:__ searching for @ will return all Twitter accounts listed on this
- [ggnetwork](https://CRAN.R-project.org/package=ggnetwork) - Multiple-geometries approach to plot network objects with ggplot2.
- [ggraph](https://CRAN.R-project.org/package=ggraph) - Grammar of graph graphics built in the spirit of ggplot2. See also: `tidygraph` R package.
- [graphlayouts](https://cran.r-project.org/package=graphlayouts) - Layout algorithms based on the concept of [stress majorization](https://doi.org/10.1007/978-3-540-31843-9_25).
- [Introducing graphlayouts with Game of Thrones](http://blog.schochastics.net/post/introducing-graphlayouts-with-got/)
- [Introducing graphlayouts with Game of Thrones](http://blog.schochastics.net/post/introducing-graphlayouts-with-got/).
- [Network Visualizations in R using ggraph and graphlayouts](http://mr.schochastics.net/netVizR.html).
- [hergm](https://CRAN.R-project.org/package=hergm) - Estimate and simulate hierarchical exponential-family random graph models (HERGM) with local dependence.
- [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.