dot {toporanga} | R Documentation |
Export dominance graph into Graphviz dot format
Description
Produces a string vector with the dot code that can be used to plot dominance graph with Graphviz or transfer topology to other software.
Usage
dot(x, con, ..., reduce = TRUE)
Arguments
x |
a |
con |
if given, code is pushed to the given connection instead of returned; this can simply be a file name. |
... |
ignored. |
reduce |
if |
Value
Graphviz dot code of the graph, invisibly when con
is given.
[Package toporanga version 1.0.0 Index]