community_clusters: Community clusters

View source: R/pald_functions.R

community_clustersR Documentation

Community clusters

Description

Community clusters

Usage

community_clusters(c)

Arguments

c

A cohesion_matrix object, a matrix of cohesion values (see cohesion_matrix).

Value

A data frame with two columns:

  • point: The points from cohesion matrix c

  • community: The community cluster labels

Examples

D <- dist(exdata2)
C <- cohesion_matrix(D)
community_clusters(C)

pald documentation built on May 29, 2024, 11:03 a.m.