write.graph | R Documentation |
write.graph()
was renamed to write_graph()
to create a more
consistent API.
write.graph(
graph,
file,
format = c("edgelist", "pajek", "ncol", "lgl", "graphml", "dimacs", "gml", "dot",
"leda"),
...
)
graph |
The graph to export. |
file |
A connection or a string giving the file name to write the graph to. |
format |
Character string giving the file format. Right now
|
... |
Other, format specific arguments, see below. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.