add_vertices.multiplex: Adds a list of vertex in the multiplex network

Description Usage Arguments Value Author(s) Examples

Description

Adds a list of vertex in the multiplex network

Usage

1
add_vertices.multiplex(multiplex,vertices)

Arguments

multiplex

: The multiplex object.

vertices

: A list of string. It contains the vertices name attribute to be added. Each vertex name is not already in the multiplex

Value

The multiplex network object, with the new vertices added

Author(s)

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

Examples

1
2
M <- Multiplex_Lazega
add_vertices.multiplex(M, c("72","73","76","145"))

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