merge: Merge or unite two graphs

View source: R/mully_merge.R

mergeR Documentation

Merge or unite two graphs

Description

Merge or unite two graphs

Usage

merge(g1, g2)

Arguments

g1

The first graph to merge. This is the base of the merge.

g2

The second graph to merge. All of its elements are added to the first graph.

Value

The merge of the two graphs as a mully object. The merge is based on the first given graph


mully documentation built on March 7, 2023, 8:10 p.m.