cbet_norm: Computes Counting Betweenness in normalized format

View source: R/cbet_norm.R

cbet_normR Documentation

Computes Counting Betweenness in normalized format

Description

A normalized version of Counting Betweenness implemented as in DePaolis et al(2022)

Usage

cbet_norm(A)

Arguments

A

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

Value

The vector containing the normalized values (between 0 and 1) of Counting Betweenness of the network.

Examples

cbet_norm(exmpl_matrix)

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