rgexf (version 0.15.3)

read.gexf: 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.

References

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

Examples

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

Run the code above in your browser using DataCamp Workspace