# Create ECDF-niche based on personalized options:
ecdf_niche <- ecdf_niche(n = 3,
n_population = 20000,
sample_sizes = seq(50, 1000, 50),
seed = 123)
# Plot analysis results
create_distance_suitability_plot(ecdf_niche)
Run the code above in your browser using DataLab