draw_diagram | R Documentation |
Function creating a diagram object from tibbles specifying nodes, relations, and moderations.
draw_diagram(nodes, relations, moderations, translations, language)
nodes |
Tibble. Nodes with their properties. |
relations |
Tibble. Edges with their properties. |
moderations |
Tibble. Moderations with their properties. |
translations |
Tibble. Translations for the nodes labels. |
language |
Character. Language to display. |
A DiagrammeR object ready for rendering.
Nicolas Mangin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.