Homework - Network visualization
Aggregazione dei criteri
Aperto: martedì, 30 aprile 2024, 00:00
Data limite: martedì, 7 maggio 2024, 01:00
Considering the fblog data (it's in the "sand" library and it is a snapshot of the network of interactions in a single day of October 2006 among political blogs in France) produce a R file reporting the codes for the following tasks:
1) produce a graphical representation of the fblog network coloring the nodes according to the political party affiliation
2) using the same layout of the point 1 (saving as coordinate vectors), produce a graphical representation of the network where the size of each vertex is proportional to a given centrality measure. Add some comments where you define and explain the chosen centrality measure
3) plot and comment the degree distribution of the data
4) plot the network consisting of only those blogs belonging to the most represented political party (the most frequent in the dataset).
5) choose 2 political parties (say P1 and P2) and plot the network of blogs beloging to the chosen parties using different colors for intra links (P1 <--> P1 and P2 <--> P2) and for interlinks (P1<-->P2)
Please try to deliver the assignment by May 7th.