Compute the clusters
get_clusters(graph, algos, undirected, ...)
graph
: an igraph objectalgos
: the type of algorithm, single argument describing a cluster function from the igraph packageundirected
: either "mutual" or "arbitrary"...
: other arguments to be passed on to the algorithma data.table
Useful links