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:
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
- graphexample - A super simple graph example
Last updated 2 years agofrom:52552a21ae. Checks:OK: 1 ERROR: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 21 2024 |
R-4.5-win | ERROR | Nov 21 2024 |
R-4.5-linux | ERROR | Nov 21 2024 |
R-4.4-win | ERROR | Nov 21 2024 |
R-4.4-mac | ERROR | Nov 21 2024 |
R-4.3-win | ERROR | Nov 21 2024 |
R-4.3-mac | ERROR | Nov 21 2024 |
Exports:gephi_read_edges_csvgephi_write_bothgephi_write_edgesgephi_write_edges_from_dfgephi_write_nodes
Dependencies:clicpp11glueigraphlatticelifecyclemagrittrMatrixpkgconfigrlangvctrs
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Gephi. | gephi |
Read edges | gephi_read_edges_csv |
Write edges from a data.frame to a file | gephi_write_edges_from_df |
Write igraph/ tidygraph to a format that gephi can read | gephi_write_both gephi_write_edges gephi_write_nodes |
a super simple graph example | graphexample |