find_pts | R Documentation |
This function maps points to their corresponding hexagonal bins.
find_pts(scaled_nldr_hexid)
scaled_nldr_hexid |
A tibble that contains the scaled embedding with hexagonal bin IDs. |
A tibble with hexagonal bin IDs (h
) and the corresponding points.
umap_with_hb_id <- scurve_model_obj$hb_obj$data_hb_id
find_pts(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.