Learn R Programming

xtranat (version 0.1.0)

rwc: Computes Random Walk Centrality

Description

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

Usage

rwc(A)

Value

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

Arguments

A

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

Examples

Run this code
rwc(exmpl_matrix)

Run the code above in your browser using DataLab