# NOT RUN {
g1 <- matrix(c(0, 0, 0, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 1, 0), ncol = 4)
rownames(g1) <- c("a", "b", "c", "d")
colnames(g1) <- c("a", "b", "c", "d")
gl <- list(g1)
bm <- make_blk(gl, 1)[[1]]
plot_blk(bm)
# }
Run the code above in your browser using DataLab