read.gexf {rgexf}R Documentation

Reads gexf (.gexf) file

Description

read.gexf reads gexf graph files and imports its elements as a gexf class object

Usage

read.gexf(x)

Arguments

x

String. Path to the gexf file.

Value

A gexf object.

Note

By the time attributes and viz-attributes aren't supported.

Author(s)

George Vega Yon george.vega@nodoschile.org,

Jorge Fabrega Lacoa jorge.fabrega@nodoschile.org

References

The GEXF project website: http://gexf.net

Examples

  ## Not run: 
  mygraph <- read.gexf("http://gephi.org/datasets/LesMiserables.gexf")
  
## End(Not run)

[Package rgexf version 0.15.3 Index]