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