summarizeClusters | R Documentation |
Takes an object obtained from graphComponents and prints and returns summary statistics.
summarizeClusters(clustersInfo)
clustersInfo |
Obtained from graphComponents. |
A matrix with cluster number, number of nodes, and fivenum summaries for the degrees of nodes in the cluster, and the percentage of edges that are within the cluster.
## Not run: data(SIM,package = "betaMix") res <- betaMix(betaMix::SIM, maxalpha = 1e-6,ppr = 0.01,subsamplesize = 30000, ind=TRUE) adjMat <- getAdjMat(res) SimComp <- graphComponents(adjMat) (summtab <- summarizeClusters(SimComp)) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.