find_low_dens_hex: Find low-density Hexagons

View source: R/parameters.R

find_low_dens_hexR Documentation

Find low-density Hexagons

Description

This function identifies hexagons with low density based on the mean density of their neighboring hexagons.

Usage

find_low_dens_hex(model_2d, b1 = 5, benchmark_mean_dens = 0.05)

Arguments

model_2d

The tibble that contains all hexagonal bin centroids.

b1

Number of bins along the x-axis for hexagon binning.

benchmark_mean_dens

A numeric value that contains

Value

A vector containing the IDs of hexagons to be removed after investigating their neighboring bins.

Examples

find_low_dens_hex(model_2d = scurve_model_obj$model_2d, b1 = 5,
benchmark_mean_dens = 0.05)


quollr documentation built on Aug. 8, 2025, 6:08 p.m.