igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] Questions about decompose.graph?


From: Zhijiang Wang
Subject: Re: [igraph] Questions about decompose.graph?
Date: Tue, 11 Oct 2011 15:35:19 +0800
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2

Dear Gabor,

Did you fix the index of V(g) or E(g) starting from 1 (not 0) in the development version igraph in R?

于 2011-10-11 1:03, Gábor Csárdi 写道:
You can download a windows package from here:
http://win-builder.r-project.org/3uh4iPUoKLu9/

Best,
Gabor

On Sat, Oct 8, 2011 at 3:43 AM, Zhijiang Wang
<address@hidden> wrote:
Dear Gabor,

Thanks!

I can not install the latest development version of igraph successfully.
Is it for Linux OS?
I use R 2.13.2 for windows


It means we cannot use plot.communities

于 2011-10-7 23:47, Gábor Csárdi 写道:

In the development version you can highlight the communities with the
mark.groups option of the plot.communities function. This is also the
default, so you only need something like:

     karate <- graph.famous("Zachary")
     wc <- walktrap.community(karate)
     plot(wc, karate)

It only works well for smaller graphs, obviously.

Best,
Gabor

On Thu, Oct 6, 2011 at 4:16 PM, Tamás Nepusz <address@hidden> wrote:

In fact, I am eager to know how to draw like that, that is, setting a
background color for each area of component.

I don't know whether that is possible in R or not -- I develop the Python
interface of igraph although I got to know a few things about the R
interface as well. Maybe someone else on the list can provide a solution.

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





--

Best wishes,

Zhijiang Wang

--------------------------------------------




--
Best wishes,
Zhijiang Wang
--------------------------------------------

reply via email to

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