Description Usage Arguments Value Author(s) Examples
The degree of vertices in the multiplex network, the number of its similar neighbors ie neighbors_similarity.multiplex
1 | degree_entropy.multiplex(multiplex,node_name)
|
multiplex |
: The multiplex object. |
node_name |
: Character scalar, or list. The vertex name of which the degree vertices are queried. |
numeric vector of the same length as argument node_name
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 3 | M <- Multiplex_Lazega
degree_entropy.multiplex(M)
degree_entropy.multiplex(M,c("2","4","45"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.