layout.auto: Choose an appropriate graph layout algorithm automatically

View source: R/layout.R

layout.autoR Documentation

Choose an appropriate graph layout algorithm automatically

Description

[Deprecated]

layout.auto() was renamed to layout_nicely() to create a more consistent API.

Usage

layout.auto(graph, dim = 2, ...)

Arguments

graph

The input graph

dim

Dimensions, should be 2 or 3.

...

For layout_nicely() the extra arguments are passed to the real layout function. For nicely() all argument are passed to layout_nicely().


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