layout.svd {igraph} | R Documentation |
SVD layout, this was removed from igraph
Description
Now it calls the Fruchterman-Reingold layout, with a warning.
Usage
layout.svd(graph, ...)
Arguments
graph |
Input graph. |
... |
Extra arguments are ignored. |
Value
Layout coordinates, a two column matrix.
[Package igraph version 2.0.3 Index]