Learn R Programming

mully (version 2.1.38)

merge: Merge or unite two graphs

Description

Merge or unite two graphs

Usage

merge(g1, g2)

Value

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

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.