Learn R Programming

igraphtosonia (version 1.0)

attachVertexAtt: Attach valid vertex attributes to the SoNIA output graph

Description

attachVertexAtt Attach valid vertex attributes to the SoNIA output graph.

Usage

attachVertexAtt(export_graph,source_graph,exportAttName,sourceAttName)

Arguments

export_graph
graph formatted for SoNIA
source_graph
source (original) igraph graph
exportAttName
attribute name supported by SoNIA
sourceAttName
attribute name supported by igraph

Value

export_graph
graph formatted for SoNIA with the specified attribute

Examples

Run this code
##


Run the code above in your browser using DataLab