attachVertexAtt {igraphtosonia} | R Documentation |
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 |
Author(s)
Sean J. Westwood seanjw@stanford.edu
Examples
##
[Package igraphtosonia version 1.0 Index]