powered by
This function computes the standardize number of points within each hexagon.
compute_std_counts(scaled_nldr_hexid)
A tibble that contains hexagon IDs (h), bin counts (n_h), and standardize counts (w_h).
h
n_h
w_h
A tibble that contains the scaled embedding with hexagonal bin IDs.
umap_with_hb_id <- scurve_model_obj$hb_obj$data_hb_id compute_std_counts(scaled_nldr_hexid = umap_with_hb_id)
Run the code above in your browser using DataLab