layout.fruchterman.reingold {igraph} | R Documentation |
The Fruchterman-Reingold layout algorithm
Description
layout.fruchterman.reingold()
was renamed to layout_with_fr()
to create a more
consistent API.
Usage
layout.fruchterman.reingold(..., params = list())
Arguments
... |
Passed to the new layout functions. |
params |
Passed to the new layout functions as arguments. |
[Package igraph version 2.1.4 Index]