compute_mean_density_hex | R Documentation |
This function calculates the mean density of hexagonal bins based on their neighboring bins.
compute_mean_density_hex(model_2d, b1 = 5)
model_2d |
A tibble that contains information about hexagonal bin centroids,
including the hexagon ID and the standardised counts ( |
b1 |
The number of bins along the x-axis for the hexagonal grid. |
A tibble contains hexagonal IDs and the mean density of each hexagonal bin based on its neighboring bins.
compute_mean_density_hex(model_2d = scurve_model_obj$model_2d, b1 = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.