dot | R Documentation |
Produces a string vector with the dot code that can be used to plot dominance graph with Graphviz or transfer topology to other software.
dot(x, con, ..., reduce = TRUE)
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 |
Graphviz dot code of the graph, invisibly when con
is given.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.