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) )
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.