add_vertex.multiplex: Adds a new vertex in the multiplex network

Description Usage Arguments Value Author(s) Examples

Description

Adds a new vertex in the multiplex network

Usage

1
add_vertex.multiplex(multiplex,vertex_name)

Arguments

multiplex

: The multiplex object.

vertex_name

: A string, the vertex name attribute to be added. This vertex name is not already in the multiplex

Value

The multiplex network object, with the new node added

Author(s)

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

Examples

1
2
3
M <- Multiplex_Lazega
M <- add_vertex.multiplex(M, "72")
# M <- add_vertex.multiplex(M, "1")

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