I am trying to find influential nodes in community with igraph pakage in R
First I find the communities with for example newman algorithm (cluster_edge_betweetness), after that I don't know how to apply any centralities (betweennes or degree, etc.) in communities that I could identify important nodes in each communities.!
Is there a command to find out how can I do it?