grviz.digraph | R Documentation |
Write a DOT specification of the model.
grviz.digraph( edges, name = "web", fontsize = 10, node.style = "filled", node.shape = "oval", node.color = "DarkOrange", edge.color = "DarkGrey" )
edges |
An edge list |
name |
The name of the digraph |
fontsize |
Fontsize for node labels. |
node.style |
The node style. |
node.shape |
The node shape. |
node.color |
The node color. |
edge.color |
The edge color. |
Write a DOT specification of the model in a form suitable for use with
grViz
from DiagrammeR.
Returns a string.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.