View source: R/met.eigen.single.R
met.eigen.single | R Documentation |
Calculate for all the vertices the node metric call met.evcent centrality.
met.eigen.single(
M,
df = NULL,
dfid = NULL,
sym = TRUE,
binary = FALSE,
out = 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 |
met.evcent centrality is the first non-negative met.evcent value obtained through the linear transformation of an adjacency matrix. This centrality measure quantifies not only a node connectedness, but also the connections of the nodes to whom it is connected. Thus, a node can have a high met.evcent value by having a high met.degree or met.strength, or by being connected to nodes that have high degrees or strengths.
Integer vector of each met.evcent centrality.
Sebastian Sosa, Ivan Puga-Gonzalez
Whitehead, H. A. L. (1997). Analysing animal social structure. Animal behaviour, 53(5), 1053-1067.
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.