Skip to contents

This function is used to calculate the network statistics with respect to one specific vertex
in a network, most of which are various centralities.

Usage

centralities(g, center_index)

Arguments

g

A network object (g stands for "graph").

center_index

The index or name of the vertex (center cell) whose centralities we are interested in.