# NOT RUN {
# Data
data("m_matrix", package = "biosurvey")
data1 <- m_matrix$data_matrix
# Thinning the points
thin <- point_thinning(data1, x_column = "Longitude", y_column = "Latitude",
thinning_distance = 200, space = "G",
max_n_samples = 1, replicates = 5, set_seed = 1)
# }
Run the code above in your browser using DataLab