saveAsGEXF {vkR} | R Documentation |
Converts the given igraph object to GEXF format and saves it at the given filepath location
saveAsGEXF(g, filepath = "converted_graph.gexf")
g |
Input igraph object to be converted to gexf format |
filepath |
File location where the output gexf file should be saved |
Gopalakrishna Palem, Gopalakrishna.Palem@Yahoo.com