RMHogervorst/gephi: Write graph objects to a file format that gephi understands

Sometimes you want to visualize your graph information in 'gephi'. 'Gephi' needs certain column names to make sense of the file. This package writes edge and node information to csv files with correct names so you can read it in easily with gephi. You can also read the files in with igraph/tidygraph. It makes it much easier to switch between R and 'gephi'. This R-package does not interface with the open source network visualisation tool 'gephi' but it writes and reads csv files in a way that 'gephi' expects, reducing the friction when switching between tools.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version1.0.1
URL http://rmhogervorst.nl/gephi/ https://github.com/RMHogervorst/gephi
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("RMHogervorst/gephi")
RMHogervorst/gephi documentation built on July 9, 2022, 6:50 a.m.