met.ci | R Documentation |
Computes network Centralisation index
met.ci(M, df = NULL)
M |
a square adjacency matrix, or a list of square adjacency matrices, or an output of ANT functions stat.ds.grp, stat.df.focal, stat.net.lk. |
df |
a data frame of same length as the input matrix or a list of data frames if argument M is a list of matrices or an output of ANT functions stat.ds.grp, stat.df.focal, stat.net.lk. |
Centralisation index of a network is based on eigenvector centrality.
#'
a double representing the centralisation index of the network if argument M is a square matrix.
A list of doubles if argument M is a list of matrices and if argument df is NULL. Each double represents the centralisation index of the corresponding matrix of the list.
A list of arguments df with a new column of network centralisation index if argumentdf is not NULL and if argument M is a list of matrices. The name of the column is adapted according to arguments values binary and sym.
A list of arguments df with a new column of network centralisation index if argument df is not NULL, if argument M is an output from ANT functions stat.ds.grp, stat.df.focal, stat.net.lk for multiple matrices permutations, and if argument df is a list of data frames of same length as argument M.
Sebastian Sosa, Ivan Puga-Gonzalez
Pasquaretta, C., Levé, M., Claidiere, N., Van De Waal, E., Whiten, A., MacIntosh, A. J., ... & Crofoot, M. C. (2014). Social networks in primates: smart and tolerant species have more efficient networks. Scientific reports, 4, 7600.
met.ci(sim.m)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.