saveAsGEXF function

Converts the given igraph object to GEXF format and saves it at the given filepath location

Converts the given igraph object to GEXF format and saves it at the given filepath location

saveAsGEXF(g, filepath = "converted_graph.gexf")

Arguments

  • g: Input igraph object to be converted to gexf format
  • filepath: File location where the output gexf file should be saved

Author(s)

Gopalakrishna Palem, Gopalakrishna.Palem@Yahoo.com

  • Maintainer: Dmitriy Sorokin
  • License: GPL-3
  • Last published: 2020-09-29