1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
% Generated by roxygen2 (4.1.1): do not edit by hand
% Please edit documentation in R/layout.R
\name{layout.fruchterman.reingold.grid}
\alias{layout.fruchterman.reingold.grid}
\title{Grid Fruchterman-Reingold layout, this was removed from igraph}
\usage{
layout.fruchterman.reingold.grid(graph, ...)
}
\arguments{
\item{graph}{Input graph.}
\item{...}{Extra arguments are ignored.}
}
\value{
Layout coordinates, a two column matrix.
}
\description{
Now it calls the Fruchterman-Reingold layout, with a warning.
}
|