rwc: Computes Random Walk Centrality

View source: R/rwc.R

rwcR Documentation

Computes Random Walk Centrality

Description

Random Walk Centrality implemented as in DePaolis et al(2022)

Usage

rwc(A)

Arguments

A

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

Value

The vector containing the values of Random Walk Centrality of the network.

Examples

rwc(exmpl_matrix)

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