igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] changing the vertex sequence index in a graph


From: Fatemeh a
Subject: Re: [igraph] changing the vertex sequence index in a graph
Date: Mon, 11 May 2015 15:52:21 +0430

Thanks Tamas for your constant helps.

On Mon, May 11, 2015 at 2:46 PM, Tamas Nepusz <address@hidden> wrote:
Hi,

permute.vertices() does not do any rewiring, it just permutes the vertex IDs.
The edge IDs should remain the same.

T.

On 05/11, Fatemeh a wrote:
> Hi Guys,
>
> I have rather simple question to make sure that my understanding is not
> wrong.
> I want to change the order of the vertex id ,basically just rearranging the
> nodes index  sequence so I use permute.vertices(graph,sample(vcount(graph))
> to do that for me,
> dose this function do any changes in the graph itself?,"as it stated in the
> documentation it'll keep all graph,vertex and edge attributes, and
>  according to my understanding , it doesn't do any rewiring either but am I
> right ?
>
> Best,
> Fatemeh

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


--
T.

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



--
regards
F..A

reply via email to

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