igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] Igraph incidents


From: Mike Dylan
Subject: Re: [igraph] Igraph incidents
Date: Fri, 5 Oct 2012 06:58:17 -0700 (PDT)

Hi Gabor:
 
As per your recommendation, I did this
my data fram is called p
Impacted_system, Application_Caused_Incident Count
HR                       Web                                      10
Web                     PPM                                      20
PeopleSoft             Financials                             30
etc
 
I did this:
 
 g <- graph.data.frame(p)
plot.igraph(g), I get graph with edges having numbers. I relly like to see the text like HR, Web etc. any ideas?

On Thursday, October 4, 2012 12:54:41 PM UTC-4, Mike Dylan wrote:
I have a data frame like this:
 
Incident_ID               Application_Caused_Incident                            Impacted_Systems
11                           PeopleSoft                                                       Financials
11                           PeopleSoft                                                       HR
11                           PeopleSoft                                                       PPM
 
12                           Web                                                                Account_Receivable
12                            Web                                                               HR
12                             Web                                                              PPM
 
13                            PPM                                                              HR
 
I would like to create a igpaph chart that shows the application that caused the problem and impacted systems in igprah format. I am very new to igraph, can somebody start me with the above data frame?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]