degree.multiplex: Degree of vertices in the multiplex network

Description Usage Arguments Value Author(s) Examples

Description

The degree of vertices in the multiplex network based on the cardinality of the union/intersect neighborhood.

Usage

1
degree.multiplex(multiplex,node_name,delta)

Arguments

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.

Value

numeric vector of the same length as argument node_name

Author(s)

Issam Falih <issam.falih@lipn.univ-paris13.fr>

Examples

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)

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