layout.circle {igraph} | R Documentation |
Graph layout with vertices on a circle
Description
layout.circle()
was renamed to layout_in_circle()
to create a more
consistent API.
Usage
layout.circle(..., params = list())
Arguments
... |
Passed to the new layout functions. |
params |
Passed to the new layout functions as arguments. |
[Package igraph version 2.1.2 Index]