packages Igraph

Hi guys,
I have a question about the representation of a company's social interactions. We have access to emails between different individuals. And we want to graphically represent these interactions in a unique way. That is to say that if there are 2 emails between the individuals there is only an interaction between these individuals. So I want to represents this like this graphic in this link ->

So you want to work with graph networks and particularly visualise them.
Take a look at what is possible :
Network Graph | the D3 Graph Gallery (r-graph-gallery.com)

My first thought is that you could learn to use igraph package.
igraph R package
Here is a full book describing its use
BookDraft-CsardiNepuszAiroldi2016.pdf (harvard.edu)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.