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 <[email protected]> wrote:

> Hi everyone,
>
> For my project, I need to use network topology 1 (attached).
>
> [image: Inline image 1]
>
> But in R I am getting the following network topology -
> [image: Inline image 2]
> Is there a way, I can create topology 1 in R?
>
> Regards,
>
> Parth Loya
>
>
> _______________________________________________
> igraph-help mailing list
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
>
_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to