compute_std_counts {quollr} | R 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)
[Package quollr version 0.3.7 Index]