# clusterise sites for the entire Santander province of Colombia
Colombia_Santander_dataframe <- subset(Colombia, stateProvince == "Santander")
clusterised_Santander <- clusterise_sites_large_dataframe(
dataframe = Colombia_Santander_dataframe,
cluster_min_length = 30
)
print(clusterised_Santander[[2]])
Run the code above in your browser using DataLab