Description Usage Arguments Value Examples
View source: R/homo_hetr_mat.R
homo_hetr_mat
takes a matrix and returns a list of matrices in which
homophilous and heterophilious ties are differentiated.
1 | homo_hetr_mat(mat, attr, alpha = 0.5)
|
mat |
a matrix of a graph. |
attr |
a vector of attributes. |
alpha |
a cut-off value to differentiate homophilous and heterophilious
ties. If the difference of |
a list of matrices: a homopilious matrix and a heterophilious matrix.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.