demo/gexfigraph.R

gexf1 <- read.gexf(system.file("gexf-graphs/lesmiserables.gexf", package="rgexf"))
igraph1 <- gexf.to.igraph(gexf1)
gexf2 <- igraph.to.gexf(igraph1)

Try the rgexf package in your browser

Any scripts or data that you put into this service are public.

rgexf documentation built on July 3, 2024, 5:11 p.m.