Learn R Programming

mixer (version 0.2)

blog: French Political Blogosphere network

Description

French Political Blogosphere network dataset consists of a single day snapshot of over 1,100 political blogs automatically extracted the 14 october 2006 and manually classified by the ''Observatoire Presidentielle'' project. This project is the result of a collaboration between RTGI SAS and Exalead and aims at analyzing the French presidential campaign on the web.

Usage

data(blog)

Arguments

Details

In this data set, nodes represent hostnames (a hostname contains a set of pages) and edges represent hyperlinks between different hostnames. If several links exist between two different hostnames, we collapse them into a single one. Note that intra domain links can be considered if hostnames are not identical. Finally, in this experimentation we consider that edges are not oriented which is not realistic but which does not affect the interpretation of the groups. This network presents an interesting communities organization due to the existence of several political parties and commentators. We assume that authors of these blogs tend to link, by political affinities, blogs with similar political positions. Six known communities compose this network : Gauche (''french democrat''), Divers Centre (Moderate party), Droite (french republican), Ecologiste (green), Liberal (supporters of economic-liberalism) and finally Analysts.

References

http://www.observatoire-presidentielle.fr/

Examples

Run this code
data(blog)
mixer(x=blog$links,qmin=2,qmax=12)->xout
plot(xout)

Run the code above in your browser using DataLab