read.graph {igraph} | R Documentation |
Reading foreign file formats
Description
read.graph()
was renamed to read_graph()
to create a more
consistent API.
Usage
read.graph(
file,
format = c("edgelist", "pajek", "ncol", "lgl", "graphml", "dimacs", "graphdb", "gml",
"dl"),
...
)
Arguments
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. |
[Package igraph version 2.0.3 Index]