read.graph | R Documentation |
read.graph()
was renamed to read_graph()
to create a more
consistent API.
read.graph(
file,
format = c("edgelist", "pajek", "ncol", "lgl", "graphml", "dimacs", "graphdb", "gml",
"dl"),
...
)
file |
The connection to read from. This can be a local file, or a
|
format |
Character constant giving the file format. Right now
|
... |
Additional arguments, see below. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.