fg.export.graph | R Documentation |
This function exports a graph image in FlashGraphR to the local filesystem.
fg.export.graph(graph, graph.file, index.file)
graph |
The FlashGraph object |
graph.file |
The graph file in the local filesystem to which the adjacency lists of the graph is exported to. |
index.file |
The index file in the local filesystem to which the index of the graph is exported to. |
true if the graph is exported to the local filesystem correctly; false, otherwise.