make_dot_nodes | R Documentation |
Generates description of dot graph nodes.
make_dot_nodes(
procedures_list,
node_prefix = NULL,
...,
procedures_group_bg_color = "#ecf0f1",
procedures_group_title_font = "Helvetica"
)
procedures_list |
List of procedures. See |
node_prefix |
pefix for node IDs |
... |
Arguments passed on to
|
procedures_group_bg_color |
Background color for visuallizing groupped procedures (nested list of procedures) |
procedures_group_title_font |
Font family for group of procedures title |
dot nodes as string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.