# example on how to employ the function to construct
# an alternative version of the grid classification:
# get the standard parameters
parameters <- DoU_get_grid_parameters()
# adapt the standard parameters
parameters$UCL_density_threshold <- 500
parameters$UCL_size_threshold <- 6000
parameters$UCL_smooth_pop <- TRUE
parameters$UCL_smooth_pop_window <- 7
# load the data
grid_data <- DoU_load_grid_data_belgium()
# use the adapted parameters to construct a grid cell classification
classification <- DoU_classify_grid(
data = grid_data,
parameters = parameters
)
Run the code above in your browser using DataLab