Open wlandau opened 5 years ago
This article gives an overview between ggally, ggnetwork and geomnet: https://journal.r-project.org/archive/2017/RJ-2017-023/RJ-2017-023.pdf
What I really like about ggraph is the possibility to use igraph instead of sna, which gives you the option to use a more expanded choice of layout algorithms for networks. For example, the fruchtermanreingold implementation in igraph gives the option of using weight.
geomnet
looks intuitive and versatile. I love how directly and naturally it merges with existingggplot2
code. As a new user, I am wondering what the best use cases are forgeomnet
versusggraph
orDiagrammeR
. From my reading so far, I suspect thatgeomnet
graphs are easier and quicker to create and that theggraph
andDiagrammeR
have more features. Do you think an assessment and some recommendations would be appropriate for the README?