subgraph.multiplex: Multiplex subgraph

Description Usage Arguments Value Author(s) Examples

Description

Creates a multiplex subgraph, containing only the specified vertices and all the edges among them. If the vertex name is not the multiplex network the node will not be considered

Usage

1
subgraph.multiplex(multiplex,node_set)

Arguments

multiplex

: The orginal multiplex object.

node_set

: Numeric vector, the vertices of the original multiplex which will form the subgraph.

Value

A new multiplex object

Author(s)

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

Examples

1
2
3
M <- Multiplex_Lazega
SubM <- subgraph.multiplex(M,c("1","2","3"))
multiplex.summary(SubM)

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