Description Usage Arguments Value Author(s) Examples
The degree of vertices in the multiplex network based on the cardinality of the union/intersect neighborhood.
1 | degree.multiplex(multiplex,node_name,delta)
|
multiplex |
: The multiplex object. |
node_name |
: Character scalar, or list. The vertex name of which the degree vertices are queried. |
delta |
: Numeric scalar, the minimum pourcentage of layers in which the neighbors must be adjacent to the vertex. |
numeric vector of the same length as argument node_name
Issam Falih <issam.falih@lipn.univ-paris13.fr>
1 2 3 4 | M <- Multiplex_Lazega
degree.multiplex(M, delta=0.3)
degree.multiplex(M,"2",0.3)
degree.multiplex(M,c("2","5","45"),0.3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.