r-rgexf
Build, import and export GEXF graph files
Create, read and write GEXF (Graph Exchange XML Format) graph files (used in Gephi and others). It allows the user to easily build/read graph files including attributes, GEXF visual attributes (such as color, size, and position), network dynamics (for both edges and nodes) and edge weighting. Users can build/handle graphs element-by-element or massively through data-frames, visualize the graph on a web browser through gexf-js (a JavaScript library) and interact with the igraph package.
- Versions: 0.16.3
- Website: https://gvegayon.github.io/rgexf
- Licenses: Expat
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-rgexf
as follows:
guix install r-rgexf
Or install a particular version:
guix install r-rgexf@0.16.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-rgexf about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-rgexf'><img src='https://packages.guix.gnu.org/packages/r-rgexf/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-rgexf)
Example Org:
[[https://packages.guix.gnu.org/packages/r-rgexf][https://packages.guix.gnu.org/packages/r-rgexf/badges/latest-version.svg]]