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