cohesive.blocks {igraph} | R Documentation |
Calculate Cohesive Blocks
Description
cohesive.blocks()
was renamed to cohesive_blocks()
to create a more
consistent API.
Usage
cohesive.blocks(graph, labels = TRUE)
Arguments
graph |
For For |
labels |
Logical scalar, whether to add the vertex labels to the result object. These labels can be then used when reporting and plotting the cohesive blocks. |
[Package igraph version 2.0.3 Index]