compute_std_counts: Compute standardise counts in hexagons

View source: R/2d.R

compute_std_countsR Documentation

Compute standardise counts in hexagons

Description

This function computes the standardize number of points within each hexagon.

Usage

compute_std_counts(scaled_nldr_hexid)

Arguments

scaled_nldr_hexid

A tibble that contains the scaled embedding with hexagonal bin IDs.

Value

A tibble that contains hexagon IDs (h), bin counts (n_h), and standardize counts (w_h).

Examples

umap_with_hb_id <- scurve_model_obj$hb_obj$data_hb_id
compute_std_counts(scaled_nldr_hexid = umap_with_hb_id)


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