{layouts} R# Documentation

layouts


require(R);

#' Do network layouts
imports "layouts" from "igraph";

Do network layouts

Do network layouts



.NET clr function exports
layout.random

do random layout of the given network graph object and then returns the given graph object.

layout.circular_force

Do force directed layout

layout.force_directed

Do force directed layout

layout.springForce

Do force directed layout

layout.orthogonal

do orthogonal layout for the network graph input


[Document Index]