| layout.random {igraph} | R Documentation |
Randomly place vertices on a plane or in 3d space
Description
layout.random() was renamed to layout_randomly() to create a more
consistent API.
Usage
layout.random(..., params = list())
Arguments
... |
Passed to the new layout functions. |
params |
Passed to the new layout functions as arguments. |
[Package igraph version 2.2.1 Index]