This function determines the number of non-empty bins needed to satisfy a minimum requirement.
Arguments
- nldr_df
A data frame containing 2D embeddings.
- x
The name of the column that contains first 2D embeddings component.
- y
The name of the column that contains second 2D embeddings component.
- shape_val
The value of the shape parameter for hexagon binning.
- non_empty_bins
The desired number of non-empty bins.