Learn R Programming

⚠️There's a newer version (0.16.3) of this package.Take me there.

rgexf (version 0.15.3)

Build, Import and Export GEXF Graph Files

Description

Create, read and write GEXF (Graph Exchange XML Format) graph files (used in Gephi and others). Using the XML package, it allows the user to easily build/read graph files including attributes, GEXF viz 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 "sigmajs" (a javascript library) and interact with the igraph package.

Copy Link

Version

Install

install.packages('rgexf')

Monthly Downloads

943

Version

0.15.3

License

GPL (>= 3)

Maintainer

George Yon

Last Published

March 24th, 2015

Functions in rgexf (0.15.3)

followers

Edge list with attributes
twitteraccounts

Twitter accounts of Chilean Politicians and Journalists (sample)
rgexf Methods

S3 methods for gexf objects
check.dpl.edges

Check (and count) duplicated edges
switch.edges

Switches between source and target
write.gexf

Builds a graph of gexf class
read.gexf

Reads gexf (.gexf) file
new.gexf.graph

Build an empty gexf graph
rgexf-package

Build, Import and Export GEXF Graph Files
edge.list

Decompose an edge list
checkTimes

Checks for correct time format
add.gexf.node

Adding and removing nodes/edges from gexf objects
igraph.to.gexf

Converting between gexf and igraph classes