# create a trend chart showing the diversity over time at the Caquetá province
Colombia_Caquetá_dataframe <- subset(Colombia, stateProvince == "Caquetá")
clusterised_Caquetá <- clusterise_sites(dataframe = Colombia_Caquetá_dataframe,
cluster_min_length = 30,
group_radius = 20000
)
plot_sites_trend_H(clusterised_Caquetá)
Run the code above in your browser using DataLab