attachEdgeAtt {igraphtosonia}R Documentation

Attach valid edge attributes to the SoNIA output graph

Description

attachEdgeAtt Attach valid Edge attributes to the SoNIA output graph.

Usage

attachEdgeAtt(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

Author(s)

Sean J. Westwood seanjw@stanford.edu

Examples

##



[Package igraphtosonia version 1.0 Index]