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