layout.merge {igraph} | R Documentation |
Merging graph layouts
Description
layout.merge()
was renamed to merge_coords()
to create a more
consistent API.
Usage
layout.merge(graphs, layouts, method = "dla")
Arguments
graphs |
A list of graph objects. |
layouts |
A list of two-column matrices. |
method |
Character constant giving the method to use. Right now only
|
[Package igraph version 2.0.3 Index]