Clustering of spatial entities
mafa_clustering.RdCompute clustering of spatial entities based on HCA on distance matrix of the coordinates of PCA.
Arguments
- sf
sf object.
- pca_center
logical or numeric value indicating whether columns should be centered as in as in
dudi.pca().- pca_scale
logical value indicating whether columns should be scaled as in
dudi.pca().- hca_method
character string defining the clustering method as implemented in
hclust()offastclusterpackage:"single","average","complete","ward.D","ward.D2","mcquitty","centroid"or"median".