Package: gephi 1.0.1

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.

Authors:Roel M. Hogervorst [cre, aut]

gephi_1.0.1.tar.gz
gephi_1.0.1.zip(r-4.5)gephi_1.0.1.zip(r-4.4)gephi_1.0.1.zip(r-4.3)
gephi_1.0.1.tgz(r-4.4-any)gephi_1.0.1.tgz(r-4.3-any)
gephi_1.0.1.tar.gz(r-4.5-noble)gephi_1.0.1.tar.gz(r-4.4-noble)
gephi_1.0.1.tgz(r-4.4-emscripten)gephi_1.0.1.tgz(r-4.3-emscripten)
gephi.pdf |gephi.html
gephi/json (API)
NEWS

# Install 'gephi' in R:
install.packages('gephi', repos = c('https://rmhogervorst.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/rmhogervorst/gephi/issues

Pkgdown site:https://rmhogervorst.nl

Datasets:

On CRAN:

2.40 score 5 stars 7 scripts 5 exports 11 dependencies

Last updated 3 years agofrom:52552a21ae. Checks:1 OK, 6 ERROR. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKJan 20 2025
R-4.5-winERRORJan 20 2025
R-4.5-linuxERRORJan 20 2025
R-4.4-winERRORJan 20 2025
R-4.4-macERRORJan 20 2025
R-4.3-winERRORJan 20 2025
R-4.3-macERRORJan 20 2025

Exports:gephi_read_edges_csvgephi_write_bothgephi_write_edgesgephi_write_edges_from_dfgephi_write_nodes

Dependencies:clicpp11glueigraphlatticelifecyclemagrittrMatrixpkgconfigrlangvctrs

Readme and manuals

Help Manual

Help pageTopics
Gephi.gephi
Read edgesgephi_read_edges_csv
Write edges from a data.frame to a filegephi_write_edges_from_df
Write igraph/ tidygraph to a format that gephi can readgephi_write_both gephi_write_edges gephi_write_nodes
a super simple graph examplegraphexample