getLinkingFromComponent: Get components that are linked from given component

View source: R/solution_to_graph.R

getLinkingFromComponentR Documentation

Get components that are linked from given component

Description

Get components that are linked from given component

Usage

getLinkingFromComponent(
  graph,
  names,
  distance = 50,
  linkage = "allsteps",
  type = "all"
)

Arguments

graph

graph object of class dgr_graph

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

Value

graph object of class dgr_graph


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