neighbor_centr: Calculate the average connectivity of each node's neighbors

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

This calculates the average strength or degree of each node's connections for a single network.

Usage

1

Arguments

graph

A network in matrix format or as an igraph object. Can be weighted (and signed) or binary.

Details

This is an alternative to igraph's knn function. The name was changed from knn to avoid confusion with functions of the same name relating to the machine learning method k-nearest neighbors. The neighbor centrality of node is the mean strength or degree of all of its neighbors (connections).

Value

A vector of the average strength/degree of a node's neighbors.

Author(s)

Brandon Vaughan

References

Barrat, A., Barthelemy, M., Pastor-Satorras, R., Vespignani, A. (2004). The architecture of complex weighted networks, Proc. Natl. Acad. Sci. USA 101, 3747

Fornito, A., Zalesky, A., & Bullmore, E. (2016). Node Degree and Strength. Chapter 4. Fundamentals of Brain Network Analysis, 115-136. doi:10.1016/B978-0-12-407908-3.00004-2

Rubinov, M., & Sporns, O. (2011). Weight-conserving characterization of complex functional brain networks. NeuroImage, 56(4), 2068-2079. doi:10.1016/j.neuroimage.2011.03.069

See Also

strength_signed degree knn

Examples

1

abnormally-distributed/rsfcNet documentation built on March 8, 2020, 5:32 p.m.