Description Usage Arguments Value Author(s) Examples
A vertex is a neighbor of another one in the multiplex network if there are adjacent in delta
1 | neighbors.multiplex(multiplex,node_name, delta=0.5)
|
multiplex |
: The multiplex object. |
node_name |
: Character scalar, the vertex name of which the neighbors vertices are queried. |
delta |
: Real scalar, the minimum pourcentage of layers in which the neighbors must be adjacent to the vertex node_name. Should be in [0,1]. |
A vertex sequence containing the neighbors of the input vertex
Issam Falih <issam.falih@lipn.univ-paris13.fr> Rushed Kanawati <rushed.kanawati@lipn.univ-paris13.fr>
1 2 3 | M <- Multiplex_Lazega
neighbors.multiplex(M,node_name ="2", delta=0.5)
neighbors.multiplex(M,node_name ="2", delta=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.