Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

read.dot

Read Graphviz DOT Files


Description

Reads network information in Graphviz's DOT format, returning an adjacency matrix.

Usage

read.dot(...)

Arguments

...

The name of the file whence to import the data, or else a connection object (suitable for processing by readLines.

Details

The Graphviz project's DOT language is a simple but flexible tool for describing graphs. See the included reference for details.

Value

The imported graph, in adjacency matrix form.

Author(s)

Matthijs den Besten matthijs.denbesten@gmail.com

References

Graphviz Project. "The DOT Language." http://www.graphviz.org/doc/info/lang.html

See Also


sna

Tools for Social Network Analysis

v2.6
GPL (>= 2)
Authors
Carter T. Butts [aut, cre, cph]
Initial release
2020-10-5

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.