[igraph] enron data set

2019-05-09 Thread golshid sharifnia
Hi all,
Does anyone know if the enron in igraph data is a full version of enron
data set or not? because the full version should contain almost 0.5 million
edges but it has only 125409! If I made a mistake please let me know.

Regards
G
___
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help


Re: [igraph] enron data set

2019-05-09 Thread Gábor Csárdi
The code to create the data set is here I believe:
https://github.com/igraph/igraphdata/blob/5d2deb1a3f391ae68579920b78c061b246687274/inst/getdata.R#L508

Gabor

On Thu, May 9, 2019 at 10:42 AM golshid sharifnia  wrote:
>
> Hi all,
> Does anyone know if the enron in igraph data is a full version of enron data 
> set or not? because the full version should contain almost 0.5 million edges 
> but it has only 125409! If I made a mistake please let me know.
>
> Regards
> G
> ___
> igraph-help mailing list
> igraph-help@nongnu.org
> https://lists.nongnu.org/mailman/listinfo/igraph-help

___
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help


[igraph] Converting and extracting in igraph(enron data set)

2019-04-24 Thread Golshid
Hi all,
I have some questions about enron data set in igrapghdata package. I am quit 
new to R so at first I apologize if my questions are so simple.
My question is how could it be possible to convert the enron data which is a 
"igraph" in the package to a "network" type while it contains all of its 
attributes?
And the other question is when there is an edge attribute like 'Time' -for 
example "1999-08-10 08:28:00" - how can I distinguish the related vertexes to 
it? I want to make a dataframe of the real time or timestamp of a sending email 
with the document of sender and receiver( only their name or a number which is 
assigned to their name with their position in the company I mean).
Time From To
"1999-08-10 08:28:00"310
"1999-07-14 08:00:00" 117
.
.
.
I really appreciate your guidance.

Regards
G.Sharifnia


Sent from my iPad
___
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help