read.gexf {rgexf} | R Documentation |
read.gexf
reads gexf graph files and imports its elements as a gexf
class object
read.gexf(x)
x |
String. Path to the gexf file. |
A gexf
object.
By the time attributes and viz-attributes aren't supported.
George Vega Yon george.vega@nodoschile.org,
Jorge Fabrega Lacoa jorge.fabrega@nodoschile.org
The GEXF project website: http://gexf.net
## Not run: mygraph <- read.gexf("http://gephi.org/datasets/LesMiserables.gexf") ## End(Not run)