2.1. Network representation via statnet - Starting from the adjacency matrix

Sign in to test your solution.
friends_adjacency <- rbind( c(0,0,1,0,0), c(1,0,1,1,0), c(0,1,0,0,0), c(0,0,0,1,0), c(1,0,0,1,0) )