igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] plot.bgraph


From: Gábor Csárdi
Subject: Re: [igraph] plot.bgraph
Date: Sat, 8 Jun 2013 11:22:44 -0400

Yep, plot.graph is gone, in favor of the new kind of plotting and plotHierarchy(). Look at the cohesive.blocks manual page.

G.


On Fri, Jun 7, 2013 at 2:42 PM, Tamás Nepusz <address@hidden> wrote:
> I'm trying to use the implementation of cohesive.blocks in igraph_0.6.5-2 on R 3.0.1. It appears to return the block structure, more or less as expected. The problem I'm running into is then trying to use the corresponding plot.bgraph to plot the block structure. I get:
> Error: could not find function "plot.bgraph"
> Has this feature been dropped?
Not sure -- Gabor can tell you more, but I think that it is gone because igraph 0.6 can plot overlapping groups now, so you can simply call plot() with your block structure as the first and the graph as the second argument, and igraph will plot the graph and highlight the groups for you. This is not the same plot as plot.bgraph used to produce but maybe it's easier to digest.

--
Tamas
_______________________________________________
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]