merge {mully} | R 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
[Package mully version 2.1.38 Index]