View source: R/NetworkAnalysis.R
get_clusters | R Documentation |
Compute the clusters
get_clusters(graph, algos, undirected, ...)
graph |
an igraph object |
algos |
the type of algorithm, single argument describing a cluster function from the igraph package |
undirected |
either "mutual" or "arbitrary" |
... |
other arguments to be passed on to the algorithm |
a data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.