get_clusters {HospitalNetwork} | R Documentation |
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 |
Value
a data.table
[Package HospitalNetwork version 0.9.3 Index]