I have a network with 68,254 clusters in it. I know that the largest cluster has 900k vertices and ~1M edges. And simply by manually looking at other clusters, they seem to have 2 or 3 connected vertices.
Is there a way in R to actually tell you the descriptives of these clusters (preferably excluding the largest one), like average number of vertices, edges, in-, out-degree distribution, density, etc.?
It's a directed graph. I'm using the igraph module for the analysis.
Also, is there a way to sort, say, first 100 clusters decreasing by their vertex count? I'm pretty much a novice with R. Thanks.