layout.auto {igraph} | R Documentation |
Choose an appropriate graph layout algorithm automatically
Description
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 |
[Package igraph version 2.0.3 Index]