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")

Arguments

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.

Value

Returns a string.

Details

Write a DOT specification of the model in a form suitable for use with grViz from DiagrammeR.