Skip to content
Prev 390943 / 398506 Next

Hello

Hello

I am not sure if this is the right place to ask the question of my type.

Nonetheless, being desparate , let me ask

I am wirking on a social network analysis project with R igraph software.

My graph data has multiple edges and multiple self loops

Going by the instructions I used the simplify function to make it simple 
graph

code chunk as follows

 >simplify(r1,remove.multiple = T,remove.loops = T,
 ? edge.attr.comb = igraph_opt("edge.attr.comb")
)
 >plot.igraph(r1)

still I am getting loops and multiple edges. I am using the latest 
igraph edition

Please tell me how to go about it

Regards

SHRINIVAS