get_clusters: Compute the clusters

View source: R/NetworkAnalysis.R

get_clustersR 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


PascalCrepey/HospitalNetwork documentation built on March 7, 2023, 5:41 a.m.