igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Creating custom layout in i-graph package of R


From: Tamas Nepusz
Subject: Re: [igraph] Creating custom layout in i-graph package of R
Date: Sat, 23 Apr 2016 21:41:54 +0200

Hi,

When plotting the graph using plot() in R, you can specify the desired layout using the layout=... keyword argument. You need to pass a matrix there with 2 columns and N rows, each row containing the desired coordinates of the vertices.

T.

On Sat, Apr 23, 2016 at 6:14 AM, Parth Loya <address@hidden> wrote:
Hi everyone,

For my project, I need to use network topology 1 (attached). 

Inline image 1

But in R I am getting the following network topology - 
Inline image 2
Is there a way, I can create topology 1 in R? 

Regards,

Parth Loya



_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help



reply via email to

[Prev in Thread] Current Thread [Next in Thread]