write.graph.to.sonia {igraphtosonia} | R Documentation |
Write SoNIA file
Description
write.graph.to.sonia
Takes an igraph graph object and outputs a SoNIA import file
Usage
write.graph.to.sonia(source_graph,fileN)
Arguments
source_graph |
graph to export |
fileN |
file name for export |
Author(s)
Sean J Westwood seanjw@stanford.edu
Examples
#example
## Not run:
write.graph.to.sonia(graph,"export.son")
## End(Not run)
[Package igraphtosonia version 1.0 Index]