@@ -188,6 +188,11 @@ allows to easily convert objects produced by Statnet packages into
188188leveraging multiple packages' functionalities and ensuring compatibility between
189189several users' workflows too many additional functionalities.
190190
191+ - Similarly, ` r pkg("netUtils") ` supplies a collection of helper functions for
192+ working with network objects including the extraction of sub‑graphs, computing
193+ basic statistics, converting between common network classes (not least
194+ from/to igraph and the statnet suite).
195+
191196- ` r pkg("BoolNet") ` provides tools for assembling, analyzing and visualizing
192197synchronous and asynchronous (probabilistic) Boolean networks as well as simpler
193198Boolean networks. All the main functions are described in a handy
@@ -315,7 +320,7 @@ and `r pkg("ggraph")` based on the concept of stress majorization (See also
315320` r pkg("edgebundle") ` ).
316321
317322- ` r pkg("autograph") ` includes a few more layout algorithms for multimodal
318- networks.
323+ networks as well as sensible defaults for the automatic plotting of many graph objects .
319324
320325- ` r bioc("Rgraphviz") ` , available on Bioconductor, creates a direct link
321326between the ` r bioc("graph") ` package and the _ graphviz_ library.
@@ -346,6 +351,11 @@ networks produced with the `r pkg("bipartite")` package.
346351- ` r pkg("ndtv") ` renders network objects from the package
347352` r pkg("networkDynamic") ` as videos or interactive animations.
348353
354+ - ` r pkg("g6R") ` provides an wrapper for the _ G6.js_ graph visualisation engine, letting
355+ the user build interactive network visualisations with dozens of layouts,
356+ animations, and user‑interaction behaviours. In includes several plugins and the graphs
357+ are easily embedded in Shiny apps.
358+
349359### Centrality
350360
351361Both main ecosystems can compute betweenness, eigenvalue, power, and closeness
0 commit comments