saveAsGEXF {vkR}R Documentation

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

Description

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

Usage

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


[Package vkR version 0.2 Index]