R/frenchblog2007.R

#' Political Blogosphere network prior to 2007 French presidential election
#'
#' 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
#'
#' @format An igraph object with 196 nodes. The vertex attribute "party" provides a possible
#' clustering of the nodes.
#' @source \url{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
#'  )
"frenchblog2007"

Try the missSBM package in your browser

Any scripts or data that you put into this service are public.

missSBM documentation built on Oct. 24, 2023, 5:08 p.m.