Learn R Programming

NetworkToolbox (version 0.0.1.0)

Strength: Node Strength

Description

Computes strength of each node in a network

Usage

Strength(A)

Arguments

A

An adjacency matrix of network data

Value

A vector of strength values for each node in the network

References

Rubinov, M., & Sporns, O. (2010). Complex network measures of brain connectivity: Uses and interpretations. Neuroimage, 52(3), 1059-1069.

Examples

Run this code
# NOT RUN {
Str<-Strength(A)
# }

Run the code above in your browser using DataLab