layout.merge: Merging graph layouts

View source: R/layout.R

layout.mergeR 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.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.