read.gexf: Reads gexf (.gexf) file

Description Usage Arguments Value Note Author(s) References Examples

View source: R/read.gexf.R

Description

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

Usage

1

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

Jorge Fabrega Lacoa

References

The GEXF project website: https://gephi.org/gexf/format/

Examples

1
2
  fn <- system.file("gexf-graphs/lesmiserables.gexf", package = "rgexf")
  mygraph <- read.gexf(fn)

rgexf documentation built on Aug. 13, 2021, 1:06 a.m.