data(plants_distance)
thresholds <- default_distance_thresholds(
distance.matrix = plants_distance
)
thresholds
# Example output: c(0, 3333, 6666, 10000)
# Four evenly-spaced thresholds from 0 to max(plants_distance)/2
Run the code above in your browser using DataLab