Clustering of spatial entities
mafa_clustering.Rd
Compute 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()
offastcluster
package:"single"
,"average"
,"complete"
,"ward.D"
,"ward.D2"
,"mcquitty"
,"centroid"
or"median"
.