Computes the 85th percentile of distances from child-unit centroids to their region centroid. The 85th percentile is preferred over the maximum because the maximum is sensitive to outlier units and produces over-conservative block radii.
Usage
estimate_block_radii(
sf_obj,
region_col,
quantile_p = 0.85,
centroid_fun = c("centroid", "point_on_surface")
)