View source: R/met.lp.single.R
met.lp.single | R Documentation |
Calculate the symetric version of the Laplacian centrality for each verteces.
met.lp.single(M, df = NULL, dfid = NULL, binary = FALSE)
M |
a square adjacency matrix. |
df |
a data frame of same length of the input matrix. |
dfid |
an integer indicating the column of individual ids in argument df |
binary |
a boolean indicating if the binary version of the laplacian centrality has to be computed. |
Laplacian centrality is the drop in the Laplacian energy of the graph when the vertex is removed. This version uses the degrees (for the binary version ) or the strength (for the weigthed version) to calculate laplacian centrality.
Sebastian Sosa, Ivan Puga-Gonzalez.
REF laplacian !!!!!!!!!!!!!!!!
Sosa, S. (2018). Social Network Analysis, in: Encyclopedia of Animal Cognition and Behavior. Springer.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.