frenchblog2007 {missSBM} | R Documentation |
Political Blogosphere network prior to 2007 French presidential election
Description
French Political Blogosphere network dataset consists of a single day snapshot of over 200 political blogs automatically extracted the 14 October 2006 and manually classified by the "Observatoire Présidentielle" project. Originally part of the 'mixer' package
Usage
frenchblog2007
Format
An igraph object with 196 nodes. The vertex attribute "party" provides a possible clustering of the nodes.
Source
https://www.meltwater.com/en/suite/consumer-intelligence?utm_source=direct&utm_medium=linkfluence
Examples
data(frenchblog2007)
igraph::V(frenchblog2007)$party
igraph::plot.igraph(frenchblog2007,
vertex.color = factor(igraph::V(frenchblog2007)$party),
vertex.label = NA
)
[Package missSBM version 1.0.4 Index]