R igraph manual pages

Use this if you are using igraph from R

Grid Fruchterman-Reingold layout, this was removed from igraph

Description

Now it calls the Fruchterman-Reingold layout, with a warning.

Usage

layout.fruchterman.reingold.grid(graph, ...)

Arguments

graph

Input graph.

...

Extra arguments are ignored.

Value

Layout coordinates, a two column matrix.


[Package igraph version 1.2.7 Index]