powered by
Merge or unite two graphs
merge(g1, g2)
The merge of the two graphs as a mully object. The merge is based on the first given graph
The first graph to merge. This is the base of the merge.
The second graph to merge. All of its elements are added to the first graph.