get_clusters: Compute the clusters
Description
Compute the clusters
Usage
get_clusters(graph, algos, undirected, ...)
Arguments
- 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