powered by
Reads network information in Graphviz's DOT format, returning an adjacency matrix.
read.dot(...)
The imported graph, in adjacency matrix form.
The name of the file whence to import the data, or else a connection object (suitable for processing by readLines.
readLines
Matthijs den Besten matthijs.denbesten@gmail.com
The Graphviz project's DOT language is a simple but flexible tool for describing graphs. See the included reference for details.
Graphviz Project. "The DOT Language." http://www.graphviz.org/doc/info/lang.html
read.nos, write.nos, write.dl
read.nos
write.nos
write.dl