blockGraphs: Calculate Cohesive Blocks

View source: R/cohesive.blocks.R

blockGraphsR Documentation

Calculate Cohesive Blocks

Description

[Deprecated]

blockGraphs() was renamed to graphs_from_cohesive_blocks() to create a more consistent API.

Usage

blockGraphs(blocks, graph)

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.


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