Description Usage Arguments Details Author(s) Examples
Calculate radiality centrality
1 |
graph |
an |
mode |
mode of the centrality |
The radiality is defined as sum(d_G + 1 - d(v, w))/(n - 1). where d(w, v) is the
length of the shortest path from node w to node v, d_G is the diameter of the network,
n is the size of the network.
Zuguang Gu <z.gu@dkfz.de>
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.