piecewise.layout {igraph} | R Documentation |
Merging graph layouts
Description
piecewise.layout()
was renamed to layout_components()
to create a more
consistent API.
Usage
piecewise.layout(graph, layout = layout_with_kk, ...)
Arguments
graph |
The input graph. |
layout |
A function object, the layout function to use. |
... |
Additional arguments to pass to the |
[Package igraph version 2.0.3 Index]