componentsToGraph: Creates a graph from component and links dataframe

View source: R/solution_to_graph.R

componentsToGraphR Documentation

Creates a graph from component and links dataframe

Description

Creates a graph from component and links dataframe

Usage

componentsToGraph(comp, links, showinterfaces = FALSE, ...)

Arguments

comp

components dataframe

links

links dataframe

showinterfaces

if TRUE, include interfaces in graph

...

options passed to DiagrammeR::create_graph()

Value

graph object of class dgr_graph


simplaceUtil documentation built on Aug. 6, 2024, 3:01 p.m.