cbet: Computes Counting Betweenness

View source: R/cbet.R

cbetR Documentation

Computes Counting Betweenness

Description

Counting Betweenness implemented as in DePaolis et al(2022)

Usage

cbet(A)

Arguments

A

The adjacency matrix of the network to be analyzed. It must be square.

Value

The vector containing the values of Counting Betweenness of the network..

Examples

cbet(exmpl_matrix)

xtranat documentation built on March 31, 2023, 6:14 p.m.