Learn R Programming

GephiForR (version 0.1.1)

'Gephi' Network Visualization

Description

Implements key features of 'Gephi' for network visualization, including 'ForceAtlas2' (with LinLog mode), network scaling, and network rotations. It also includes easy network visualization tools such as edge and node color assignment for recreating 'Gephi'-style graphs in R. The package references layout algorithms developed by Jacomy, M., Venturini T., Heymann S., and Bastian M. (2014) and Noack, A. (2009) .

Copy Link

Version

Install

install.packages('GephiForR')

Monthly Downloads

147

Version

0.1.1

License

MIT + file LICENSE

Maintainer

Julia Manso

Last Published

October 14th, 2025

Functions in GephiForR (0.1.1)

assign_node_colors

Assign node colors based on a set of attributes
scale_node_positions

Scale node positions in an igraph object
layout.forceatlas2

Apply ForceAtlas2 layout to a graph
easyplot

Easy way to plot networks similar to `Gephi'
assign_edge_colors

Assign edge colors based on source node colors
rotate_layout

Rotate layout positions by a custom angle