neighbors.multiplex: Neighboring vertices in the multiplex network

Description Usage Arguments Value Author(s) Examples

Description

A vertex is a neighbor of another one in the multiplex network if there are adjacent in delta

Usage

1
neighbors.multiplex(multiplex,node_name, delta=0.5)

Arguments

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].

Value

A vertex sequence containing the neighbors of the input vertex

Author(s)

Issam Falih <issam.falih@lipn.univ-paris13.fr> Rushed Kanawati <rushed.kanawati@lipn.univ-paris13.fr>

Examples

1
2
3
M <- Multiplex_Lazega
neighbors.multiplex(M,node_name ="2", delta=0.5)
neighbors.multiplex(M,node_name ="2", delta=1)

Issamfalih/MUNA documentation built on May 8, 2019, 11:52 a.m.