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'))

Peer review:

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

Datasets:

On CRAN:

5 exports 5 stars 0.61 score 11 dependencies 6 scripts

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

TargetResultDate
Doc / VignettesOKAug 23 2024
R-4.5-winERRORAug 23 2024
R-4.5-linuxERRORAug 23 2024
R-4.4-winERRORAug 23 2024
R-4.4-macERRORAug 23 2024
R-4.3-winERRORAug 23 2024
R-4.3-macERRORAug 23 2024

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