View source: R/render_dependency_matrix.R
render_dependency_matrix | R Documentation |
Creates a dependency graph visualizing the contents of a dependency matrix.
render_dependency_matrix(
dependencies,
rankdir = "LR",
layout = "dot",
render = T
)
dependencies |
A dependency matrix created by |
rankdir |
Rankdir to be used for DiagrammeR. |
layout |
Layout to be used for DiagrammeR. |
render |
Whether to directly render the DiagrammeR graph or simply return it. |
A DiagrammeR graph of the (filtered) dependency matrix.
render_dependency_matrix(dependency_matrix(L_heur_1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.