cohesive.blocks: Calculate Cohesive Blocks

View source: R/cohesive.blocks.R

cohesive.blocksR Documentation

Calculate Cohesive Blocks

Description

[Deprecated]

cohesive.blocks() was renamed to cohesive_blocks() to create a more consistent API.

Usage

cohesive.blocks(graph, labels = TRUE)

Arguments

graph

For cohesive_blocks() a graph object of class igraph. It must be undirected and simple. (See is_simple().)

For graphs_from_cohesive_blocks() and export_pajek() the same graph must be supplied whose cohesive block structure is given in the blocks() argument.

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.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.