Description Usage Arguments Value Author(s) Examples
The average degree of vertices across all layers in the multiplex network.
1 | degree_average.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_average.multiplex(M)
degree_average.multiplex(M,"2")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.