dyadic_census | R Documentation |
Dyad census
dyadic_census(G, directed = TRUE, loops = FALSE)
G |
A symmetric matrix object. |
directed |
Whether the matrix is directed or not |
loops |
Whether to expect nonzero elements in the diagonal of the matrix |
This function return the counts of the dyad census.
Alejandro Espinosa-Rada
Wasserman, S. and Faust, K. (1994). Social network analysis: Methods and applications. Cambridge University Press.
data(krackhardt_friends)
dyadic_census(krackhardt_friends)
data(FIFAin)
dyadic_census(FIFAin[[1]], directed = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.