compute_std_counts | R Documentation |
This function computes the standardize number of points within each hexagon.
compute_std_counts(scaled_nldr_hexid)
scaled_nldr_hexid |
A tibble that contains the scaled embedding with hexagonal bin IDs. |
A tibble that contains hexagon IDs (h
), bin counts (n_h
),
and standardize counts (w_h
).
umap_with_hb_id <- scurve_model_obj$hb_obj$data_hb_id
compute_std_counts(scaled_nldr_hexid = umap_with_hb_id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.