Plot Blockmodel matrix
ggblock( g, blocks = NULL, cols = NULL, show_blocks = FALSE, show_labels = FALSE )
g
: igraph object with a sign edge attribute.blocks
: vector of block membership as obtained, e.g. from signed_blockmodelcols
: colors used for negative and positive tiesshow_blocks
: logical. Should block borders be displayed? (Default: FALSE)show_labels
: logical. Should node labels be displayed? (Default: FALSE)ggplot2 object
## Not run: library(igraph) data("tribes") clu <- signed_blockmodel(tribes, k = 3, alpha = 0.5, annealing = TRUE) ggblock(tribes, clu$membership, show_blocks = TRUE, show_labels = TRUE) ## End(Not run)
David Schoch
Useful links