> 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 [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
