rwc_norm {xtranat} | R Documentation |
Computes Random Walk Centrality in normalized format
Description
A normalized version of Random Walk Centrality implemented as in DePaolis et al(2022)
Usage
rwc_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 Random Walk Centrality of the network.
Examples
rwc_norm(exmpl_matrix)
[Package xtranat version 0.1.0 Index]