I sampled a population of an insect in an area and got GPS points. Now I want to investigate if there are subpopulations within the pop using distance from points. I have a dataset with coordinates data X and Y in this format (45.13904444, 6.990686111). The spatial reference system I use is WGS 84 UTM zone 32N EPSG:32632. I would like to do a cluster analysis according to the distance between points.
Anyone can give me a script to do this?