find_pts: Find points in hexagonal bins

View source: R/2d.R

find_ptsR Documentation

Find points in hexagonal bins

Description

This function maps points to their corresponding hexagonal bins.

Usage

find_pts(scaled_nldr_hexid)

Arguments

scaled_nldr_hexid

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

Value

A tibble with hexagonal bin IDs (h) and the corresponding points.

Examples

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


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