I built a social network from the date obtained from un comtrade for crude oil. My code and the result:
plot(network, edge.width=E(network)$importance, layout=layout_, vertex.color = "red", edge.color = "red", vertex.frame.color = "red", vertex.size = as.numeric(V(network)$vertex.size), vertex.label.cex=as.numeric(V(network)$vertex.label.cex))
I want to bring my result to this state. As you can see in the picture, all the dots are equally spaced apart. I use “layout.sphere”, but in this case all the dots are at different distances from each other. But I insanely need a result like in the picture below: