View source: R/solution_to_graph.R
componentsToGraph | R Documentation |
Creates a graph from component and links dataframe
componentsToGraph(comp, links, showinterfaces = FALSE, ...)
comp |
components dataframe |
links |
links dataframe |
showinterfaces |
if TRUE, include interfaces in graph |
... |
options passed to |
graph object of class dgr_graph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.