layout.merge {igraph}R Documentation

Merging graph layouts

Description

[Deprecated]

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 dla is implemented.


[Package igraph version 2.0.3 Index]