Arguments
adj.matrix
Matrix indicating the adjacency matrix of the network.
nodes
Integer indicating the column index of the chosen player
in the adjacenncy matrix. If there are multiple players,
use c(index1,index2,...)
M
Number indicating the maximum distance between two nodes,
above which the two nodes are considered disconnected.
m hence defines a reachable set. The default is Inf
.
method
Indication of which grouping criterion should be used.
method="min"
indicates the "minimum" criterion (edge values as distances).
method="max"
indicates the "maximum" criterion (edge values as non-cummulative strengths).
binary
If TRUE
, the adjacency matrix is binarized.
If FALSE
, the edge values are considered.
cmode
String indicating the type of centrality being evaluated.
The default is to report the total degree.
"outdegree"
and "indegree"
refer to indegree and outdegree
respectively. If "all"
, all the three types are repor