combine_graphs: [INTERNAL] Combine graphs by adding inter-layer edges

View source: R/graph_combination.R

combine_graphsR Documentation

[INTERNAL] Combine graphs by adding inter-layer edges

Description

[INTERNAL] Creates the union of all graphs and adds the inter-layer edges.

Usage

combine_graphs(graphs, inter_layer_edgelists)

Arguments

graphs

[list] List of iGraph objects

inter_layer_edgelists

[list] List of data frames containing inter-layer edges

Value

iGraph object which is the union of the input graphs with isolated nodes removed.


DrDimont documentation built on Sept. 23, 2022, 5:06 p.m.