View source: R/solution_to_graph.R
getLinkingFromComponent | R Documentation |
Get components that are linked from given component
getLinkingFromComponent(
graph,
names,
distance = 50,
linkage = "allsteps",
type = "all"
)
graph |
graph object of class |
names |
names (id attributes) of the selected components |
distance |
maximum distance from given components |
linkage |
all steps, same step or previous step |
type |
type of components |
graph object of class dgr_graph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.