GephiForR: An R package for creating Gephi-style network visualizations
Julia Manso

TL;DR
GephiForR is an R package that emulates Gephi's visualization tools, notably implementing ForceAtlas2 with the ability to incorporate previous node positions, aiding dynamic network visualization.
Contribution
The paper introduces GephiForR, an R package that replicates Gephi's visualization features, including ForceAtlas2 with baseline position passing for dynamic network layouts.
Findings
Effective for networks under 1000 nodes
Comparable performance to Gephi in visualization tasks
Enables dynamic network layout visualization in R
Abstract
This paper introduces GephiForR, an R package designed to replicate Java-based Gephi's key plotting tools in R. The package is accessible to those with minimal R experience and, in particular, implements ForceAtlas2, the key layout feature developed for Gephi by Jacomy et al. (2014). The most significant advancement is the ability to pass previous positions into ForceAtlas2 as baselines, a particularly useful feature for plotting the evolution of network layouts for time series data. GephiForR is especially suited for networks of less than 1000 nodes, simply because R's dependence on single-thread computation means that larger networks take longer to compute, but the package can handle these larger networks as well. I demonstrate the package's capabilities through various examples and comparisons with existing tools and Gephi itself, assessing performance and speed.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Visualization and Analytics · Data Analysis with R · Mental Health Research Topics
