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.7)gephi_1.0.1.zip(r-4.6)gephi_1.0.1.zip(r-4.5)
gephi_1.0.1.tgz(r-4.6-any)gephi_1.0.1.tgz(r-4.5-any)
gephi_1.0.1.tar.gz(r-4.7-any)gephi_1.0.1.tar.gz(r-4.6-any)
gephi_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
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

Datasets:

On CRAN:

Conda:

2.48 score 6 stars 7 scripts 5 exports 11 dependencies

Last updated from:52552a21ae. Checks:7 ERROR, 2 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-x86_64ERROR119
source / vignettesOK177
linux-release-x86_64ERROR115
macos-release-arm64ERROR73
macos-oldrel-arm64ERROR68
windows-develERROR85
windows-releaseERROR75
windows-oldrelERROR115
wasm-releaseOK121

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