graph_union: Graph union

View source: R/graph_utils.R

graph_unionR Documentation

Graph union

Description

Create union of multiple graphs

Usage

graph_union(graph_list)

Arguments

graph_list

List of graphs

Value

graph union

Examples

dag <- create_random_DAG(30, 0.2)
dag2 <- create_random_DAG(30, 0.2)
graph_union(list(g1=dag,g2=dag2))

kpj/dce documentation built on Oct. 29, 2022, 1:40 a.m.