Learn R Programming

HospitalNetwork (version 0.9.4)

get_clusters: Compute the clusters

Description

Compute the clusters

Usage

get_clusters(graph, algos, undirected, ...)

Value

a data.table

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