I am using a set of data to build Network Analysis (NA) model with R. I can build the network, but I can't build centrality plot with the code "centralityPlot(Network)" properly. If I run this code, it only builds a plot with centrality of strength, whereas it is supposed to build centrality plot of strength, closeness and betweenness together. I have seen some good papers those built centrality plot with this code I mentioned above. I don't know what the problem might be. Any expert here who can suggest me or help me to solve the problem. Hope to get some good solutions.
Thank you.