community_clusters {pald} | R Documentation |
Community clusters
Description
Community clusters
Usage
community_clusters(c)
Arguments
c |
A |
Value
A data frame with two columns:
-
point
: The points from cohesion matrixc
-
community
: The community cluster labels
Examples
D <- dist(exdata2)
C <- cohesion_matrix(D)
community_clusters(C)
[Package pald version 0.0.4 Index]