This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-rgexf/badges/latest-version.svg)](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]]