Skip to content
Back to formatted view

Raw Message

Message-ID: <27311b37-1803-2a4d-b6db-8d34adcd13be@metricuk.com>
Date: 2022-03-08T10:25:19Z
From: Shrinivas Dharma
Subject: 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