Reads network information in Graphviz's DOT format, returning an adjacency matrix.
读取网络信息GraphViz的DOT格式,返回邻接矩阵。
用法----------Usage----------
read.dot(...)
参数----------Arguments----------
参数:...
The name of the file whence to import the data, or else a connection object (suitable for processing by readLines.
名的文件从那里来导入数据,否则一个连接对象(适合加工readLines。
Details
详细信息----------Details----------
The Graphviz project's DOT language is a simple but flexible tool for describing graphs. See the included reference for details.
Graphviz的项目的DOT语言来描述图形是一个简单但灵活的工具。有关详细信息,请参阅随附的参考。
值----------Value----------
The imported graph, in adjacency matrix form.
导入的图,以邻接矩阵的形式。
(作者)----------Author(s)----------
Matthijs den Besten <a href="mailto:matthijs.denbesten@gmail.com">matthijs.denbesten@gmail.com</a>