read.gexf | 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
Jorge Fabrega Lacoa
The GEXF project website: https://gexf.net
fn <- system.file("gexf-graphs/lesmiserables.gexf", package = "rgexf")
mygraph <- read.gexf(fn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.