get_communities: Function to estimates of clustering in a network using the...

Description Usage Arguments

View source: R/calculate-sna-pars.R

Description

This function uses a symmetric adjacancy matrix and uses one of the 'igraph::cluster_' functions to estimate the number of clusters and the modularity of a network.

Usage

1
get_communities(m, cluster_method = NULL)

Arguments

m

symmetric adjajency matrix of a network with values reflecting relationships among individuals.

cluster_method

see '?igraph::communities' for available functions. E.g. 'cluster_fastgreedy'


urskalbitzer/daginR documentation built on Jan. 21, 2020, 1:26 a.m.