| attachVertexAtt | R Documentation |
attachVertexAtt Attach valid vertex attributes to the SoNIA output graph.
attachVertexAtt(export_graph,source_graph,exportAttName,sourceAttName)
export_graph |
graph formatted for SoNIA |
source_graph |
source (original) igraph graph |
exportAttName |
attribute name supported by SoNIA |
sourceAttName |
attribute name supported by igraph |
export_graph |
graph formatted for SoNIA with the specified attribute |
Sean J. Westwood seanjw@stanford.edu
##